clang-format

This commit is contained in:
lat9nq 2020-07-14 13:46:42 -04:00
parent 6d1477f214
commit a683e42516

View file

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