clang-format

This commit is contained in:
Xphalnos 2024-09-29 12:23:03 +02:00
parent 85497fcd04
commit a00a42968a

View file

@ -108,13 +108,11 @@ void Layers::VideoInfo::Draw() {
if (show) {
if (show_advanced) {
if (Begin("Video Debug Info", nullptr,
ImGuiWindowFlags_NoDecoration)) {
if (Begin("Video Debug Info", nullptr, ImGuiWindowFlags_NoDecoration)) {
DrawAdvanced();
}
} else {
if (Begin("Video Info", nullptr,
ImGuiWindowFlags_NoDecoration)) {
if (Begin("Video Info", nullptr, ImGuiWindowFlags_NoDecoration)) {
DrawSimple();
}
}