From fc7802e0076cca86eda2ee4b329cad8924f50169 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Thu, 23 Feb 2023 09:55:53 +0100 Subject: [PATCH] Astyle --- neo/sys/sdl/sdl_vkimp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/sys/sdl/sdl_vkimp.cpp b/neo/sys/sdl/sdl_vkimp.cpp index 845fd987..35bc8856 100644 --- a/neo/sys/sdl/sdl_vkimp.cpp +++ b/neo/sys/sdl/sdl_vkimp.cpp @@ -751,7 +751,7 @@ bool R_GetModeListForDisplay( const int requestedDisplayNum, idList& continue; } if( ( m.refresh_rate != 60 ) && ( m.refresh_rate != 120 ) && - ( m.refresh_rate != 144 ) && ( m.refresh_rate != 165 ) && ( m.refresh_rate != 240 ) ) + ( m.refresh_rate != 144 ) && ( m.refresh_rate != 165 ) && ( m.refresh_rate != 240 ) ) { continue; }