зеркало из https://github.com/mozilla/pjs.git
Bug 562310 followup: remove whitespace on empty lines, in nsCharSeparatedTokenizer.h. (whitespace-only changes)
This commit is contained in:
Родитель
1fabb10c87
Коммит
d8c03cfc2a
|
@ -144,7 +144,7 @@ public:
|
|||
++mIter;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return Substring(begin, end);
|
||||
}
|
||||
|
||||
|
@ -204,7 +204,7 @@ public:
|
|||
++mIter;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Skip separator (and any whitespace after it).
|
||||
if (mIter != mEnd) {
|
||||
NS_ASSERTION(*mIter == mSeparatorChar, "Ended loop too soon");
|
||||
|
@ -214,7 +214,7 @@ public:
|
|||
++mIter;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return Substring(begin, end);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче