The open source OpenXR runtime

st/gui: clang-tidy

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
f25b5d7f c9259093

+1 -1
+1 -1
src/xrt/state_trackers/gui/gui_scene.cpp
··· 77 77 } 78 78 79 79 // If there are no scenes left stop the program. 80 - if (gsm.scenes.size() == 0) { 80 + if (gsm.scenes.empty()) { 81 81 p->stopped = true; 82 82 } 83 83 }