st/gui: clang-tidy

This commit is contained in:
Ryan Pavlik 2019-12-03 10:28:29 -06:00 committed by Jakob Bornecrantz
parent c92590930d
commit f25b5d7f8d

View file

@ -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;
}
}