зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1862508 - FdPrintf.cpp: removed extra ; after member function definition. r=sylvestre DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D194704
This commit is contained in:
Родитель
0febecf15e
Коммит
9021fd1e02
|
@ -45,7 +45,7 @@ class CheckedIncrement {
|
|||
}
|
||||
mMaxIncrement -= diff;
|
||||
mValue = end;
|
||||
};
|
||||
}
|
||||
|
||||
void rewind(T pos) {
|
||||
size_t diff = mValue - pos;
|
||||
|
|
Загрузка…
Ссылка в новой задаче