summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-13 17:51:41 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-13 17:51:41 +0300
commite17da4740c510e3b28634b02298b661a151987f0 (patch)
treee83d868000186a249c946d80aa478b0119eda494 /src/render/modernopenglgraphics.h
parentd8e20baa960b95c1ca1dfd7b7e6fc457c695d106 (diff)
downloadplus-e17da4740c510e3b28634b02298b661a151987f0.tar.gz
plus-e17da4740c510e3b28634b02298b661a151987f0.tar.bz2
plus-e17da4740c510e3b28634b02298b661a151987f0.tar.xz
plus-e17da4740c510e3b28634b02298b661a151987f0.zip
Fix code style.
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r--src/render/modernopenglgraphics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h
index 5bdb70ea6..03a61858b 100644
--- a/src/render/modernopenglgraphics.h
+++ b/src/render/modernopenglgraphics.h
@@ -135,6 +135,7 @@ class ModernOpenGLGraphics final : public Graphics
#endif
FBOInfo mFbo;
};
-#endif // defined(USE_OPENGL) && !defined(ANDROID) && !defined(__native_client__)
+#endif // defined(USE_OPENGL) && !defined(ANDROID) &&
+ // !defined(__native_client__)
#endif // RENDER_MODERNOPENGLGRAPHICS_H