From 141d7b826da1d6feb2b2a28b69d5c25d3c1c6972 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 22 May 2018 23:25:45 +0200 Subject: [PATCH] Fix weird indentation in X11 display code No real changes. --- src/unix/displayx11.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/unix/displayx11.cpp b/src/unix/displayx11.cpp index 41ab88060b..5c740ef4b0 100644 --- a/src/unix/displayx11.cpp +++ b/src/unix/displayx11.cpp @@ -44,9 +44,9 @@ #ifndef __WXGTK20__ - #include +#include - typedef XineramaScreenInfo ScreenInfo; +typedef XineramaScreenInfo ScreenInfo; // ---------------------------------------------------------------------------- // helper class storing information about all screens