mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 1629431 - Use bool true instead of int 1. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D71244
This commit is contained in:
parent
23fb36c6a8
commit
725fd3f4a8
@ -1610,7 +1610,7 @@ void AppWindow::StaggerPosition(int32_t& aRequestedX, int32_t& aRequestedY,
|
||||
break;
|
||||
}
|
||||
}
|
||||
} while (1);
|
||||
} while (true);
|
||||
} while (keepTrying);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user