summaryrefslogtreecommitdiff
path: root/src/render/normalopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-25 16:33:34 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-25 16:33:34 +0300
commit5455acfb5204b2407e560db91994c2b283bec025 (patch)
tree02053520543b387bde15b6ced61420751f3e2093 /src/render/normalopenglgraphics.h
parent81024f23d9bb0329dcf293455405fefa1dcd67a0 (diff)
downloadplus-5455acfb5204b2407e560db91994c2b283bec025.tar.gz
plus-5455acfb5204b2407e560db91994c2b283bec025.tar.bz2
plus-5455acfb5204b2407e560db91994c2b283bec025.tar.xz
plus-5455acfb5204b2407e560db91994c2b283bec025.zip
fix code style.
Diffstat (limited to 'src/render/normalopenglgraphics.h')
-rw-r--r--src/render/normalopenglgraphics.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h
index f679a915e..f59e02880 100644
--- a/src/render/normalopenglgraphics.h
+++ b/src/render/normalopenglgraphics.h
@@ -56,9 +56,12 @@ class NormalOpenGLGraphics final : public Graphics
~NormalOpenGLGraphics();
- bool setVideoMode(const int w, const int h, const int bpp,
- const bool fs, const bool hwaccel,
- const bool resize, const bool noFrame) override final;
+ bool setVideoMode(const int w, const int h,
+ const int bpp,
+ const bool fs,
+ const bool hwaccel,
+ const bool resize,
+ const bool noFrame) override final;
/**