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/safeopenglgraphics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/render/safeopenglgraphics.h') diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index 2c31bb696..93f67d75e 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -20,8 +20,8 @@ * along with this program. If not, see . */ -#ifndef SAFEOPENGLGRAPHICS_H -#define SAFEOPENGLGRAPHICS_H +#ifndef RENDER_SAFEOPENGLGRAPHICS_H +#define RENDER_SAFEOPENGLGRAPHICS_H #include "main.h" #if defined USE_OPENGL && !defined ANDROID @@ -180,4 +180,4 @@ class SafeOpenGLGraphics final : public Graphics }; #endif -#endif // SAFEOPENGLGRAPHICS_H +#endif // RENDER_SAFEOPENGLGRAPHICS_H -- cgit v1.2.3-60-g2f50