summaryrefslogtreecommitdiff
path: root/src/render/normalopenglgraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-05-30 03:55:29 +0300
committerAndrei Karas <akaras@inbox.ru>2020-05-30 03:55:49 +0300
commit4ea05d37c952b80105a5623865c3dfec35a1bfd5 (patch)
tree078a726682dfd2cefcb3df8b7475278c44d56336 /src/render/normalopenglgraphics.cpp
parentaf506ac53ca3308a1d77d040c429c2b51e3147b0 (diff)
downloadManaVerse-4ea05d37c952b80105a5623865c3dfec35a1bfd5.tar.gz
ManaVerse-4ea05d37c952b80105a5623865c3dfec35a1bfd5.tar.bz2
ManaVerse-4ea05d37c952b80105a5623865c3dfec35a1bfd5.tar.xz
ManaVerse-4ea05d37c952b80105a5623865c3dfec35a1bfd5.zip
Fix left style issues from switch port merging
Diffstat (limited to 'src/render/normalopenglgraphics.cpp')
-rw-r--r--src/render/normalopenglgraphics.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/normalopenglgraphics.cpp b/src/render/normalopenglgraphics.cpp
index 666ef9ef4..51e50661b 100644
--- a/src/render/normalopenglgraphics.cpp
+++ b/src/render/normalopenglgraphics.cpp
@@ -20,7 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#if defined(USE_OPENGL) && !defined(ANDROID) && !defined(__native_client__) && !defined(__SWITCH__)
+#if defined(USE_OPENGL) && !defined(ANDROID) && \
+ !defined(__native_client__) && !defined(__SWITCH__)
#include "render/normalopenglgraphics.h"