Skip to content

Commit 04b921e

Browse files
committed
Cosmetics.
1 parent 290e546 commit 04b921e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎profiler/src/main.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ static bool SaveConfig()
268268

269269
static void ScaleChanged( float scale )
270270
{
271-
if ( dpiScaleOverriddenFromEnv ) return;
272-
if ( dpiScale == scale ) return;
271+
if( dpiScaleOverriddenFromEnv ) return;
272+
if( dpiScale == scale ) return;
273273

274274
dpiScale = scale;
275275
SetupDPIScale();

0 commit comments

Comments
 (0)