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:
Akylzhan 2023-11-26 11:43:32 +00:00
Родитель 0febecf15e
Коммит 9021fd1e02
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,7 @@ class CheckedIncrement {
}
mMaxIncrement -= diff;
mValue = end;
};
}
void rewind(T pos) {
size_t diff = mValue - pos;