From 04b921e200fc2c93313195569cc7749c3a48e673 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 28 Sep 2024 13:54:10 +0200 Subject: [PATCH] Cosmetics. --- profiler/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index 679e0ec0..a9cab6cf 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -268,8 +268,8 @@ static bool SaveConfig() static void ScaleChanged( float scale ) { - if ( dpiScaleOverriddenFromEnv ) return; - if ( dpiScale == scale ) return; + if( dpiScaleOverriddenFromEnv ) return; + if( dpiScale == scale ) return; dpiScale = scale; SetupDPIScale();