mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
st/gui: clang-tidy
This commit is contained in:
parent
c92590930d
commit
f25b5d7f8d
|
@ -77,7 +77,7 @@ gui_scene_manager_render(struct gui_program *p)
|
|||
}
|
||||
|
||||
// If there are no scenes left stop the program.
|
||||
if (gsm.scenes.size() == 0) {
|
||||
if (gsm.scenes.empty()) {
|
||||
p->stopped = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue