From 5b4e74ab44a2ae4eab9db71c860885802e2ba28d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 11 Jan 2015 21:49:16 +0300 Subject: Fix code style. --- src/enums/gui/chatmsgtype.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/enums/gui') diff --git a/src/enums/gui/chatmsgtype.h b/src/enums/gui/chatmsgtype.h index 94b9e62b3..baacb57fd 100644 --- a/src/enums/gui/chatmsgtype.h +++ b/src/enums/gui/chatmsgtype.h @@ -20,8 +20,8 @@ * along with this program. If not, see . */ -#ifndef GUI_CHATMSGTYPE_H -#define GUI_CHATMSGTYPE_H +#ifndef ENUMS_GUI_CHATMSGTYPE_H +#define ENUMS_GUI_CHATMSGTYPE_H namespace ChatMsgType { @@ -39,4 +39,4 @@ namespace ChatMsgType }; } // namespace ChatMsgType -#endif // GUI_CHATMSGTYPE_H +#endif // ENUMS_GUI_CHATMSGTYPE_H -- cgit v1.2.3-70-g09d2