From a683e42516a70e7ff6691662556ba56d25b4189c Mon Sep 17 00:00:00 2001 From: lat9nq Date: Tue, 14 Jul 2020 13:46:42 -0400 Subject: [PATCH] clang-format --- src/core/settings.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/settings.cpp b/src/core/settings.cpp index 38f0789a0..64a3c69d3 100644 --- a/src/core/settings.cpp +++ b/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