mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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 there are no scenes left stop the program.
|
||||||
if (gsm.scenes.size() == 0) {
|
if (gsm.scenes.empty()) {
|
||||||
p->stopped = true;
|
p->stopped = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue