зеркало из 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;
|
++mIter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return Substring(begin, end);
|
return Substring(begin, end);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -204,7 +204,7 @@ public:
|
||||||
++mIter;
|
++mIter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Skip separator (and any whitespace after it).
|
// Skip separator (and any whitespace after it).
|
||||||
if (mIter != mEnd) {
|
if (mIter != mEnd) {
|
||||||
NS_ASSERTION(*mIter == mSeparatorChar, "Ended loop too soon");
|
NS_ASSERTION(*mIter == mSeparatorChar, "Ended loop too soon");
|
||||||
|
@ -214,7 +214,7 @@ public:
|
||||||
++mIter;
|
++mIter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return Substring(begin, end);
|
return Substring(begin, end);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче