From 3a802ae270b71c251162afc1c6b51535155c9677 Mon Sep 17 00:00:00 2001 From: staphen Date: Thu, 9 Dec 2021 12:03:51 -0500 Subject: [PATCH] Apply clang-format to display.cpp --- Source/utils/display.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/utils/display.cpp b/Source/utils/display.cpp index 9507d1eef..c7620a024 100644 --- a/Source/utils/display.cpp +++ b/Source/utils/display.cpp @@ -162,7 +162,6 @@ bool SpawnWindow(const char *lpWindowName) SDL_SetHint(SDL_HINT_MOUSE_TOUCH_EVENTS, "0"); #endif - #if defined(_WIN32) && !defined(USE_SDL1) // The default WASAPI backend causes distortions // https://github.com/diasurgical/devilutionX/issues/1434