From fcf1da7a161c3e18d393a9b998effc6aa1c366b9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 13 Sep 2013 19:10:50 +0300 Subject: fix code style. --- src/render/nullopenglgraphics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/render/nullopenglgraphics.h') diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index 856b646bc..0f27590be 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -20,8 +20,8 @@ * along with this program. If not, see . */ -#ifndef NULLOPENGLGRAPHICS_H -#define NULLOPENGLGRAPHICS_H +#ifndef RENDER_NULLOPENGLGRAPHICS_H +#define RENDER_NULLOPENGLGRAPHICS_H #include "main.h" #if defined USE_OPENGL @@ -236,4 +236,4 @@ class NullOpenGLGraphics final : public Graphics }; #endif -#endif // NULLOPENGLGRAPHICS_H +#endif // RENDER_NULLOPENGLGRAPHICS_H -- cgit v1.2.3-70-g09d2