Browse Source

clang-format

lat9nq 6 năm trước cách đây
mục cha
commit
a683e42516
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/core/settings.cpp

+ 1 - 2
src/core/settings.cpp

@@ -186,8 +186,7 @@ void RestoreGlobalState() {
 
 void Sanitize() {
     values.use_asynchronous_gpu_emulation.SetValue(
-        values.use_asynchronous_gpu_emulation.GetValue() ||
-        values.use_multi_core.GetValue());
+        values.use_asynchronous_gpu_emulation.GetValue() || values.use_multi_core.GetValue());
 }
 
 } // namespace Settings