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/being/attacktype.h | 3 ++- src/enums/equipslot.h | 3 +-- src/enums/gui/chatmsgtype.h | 6 +++--- src/enums/net/auctionsearchtype.h | 2 +- src/enums/net/packettypes.h | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/enums') diff --git a/src/enums/being/attacktype.h b/src/enums/being/attacktype.h index c040d66f9..02379e60a 100644 --- a/src/enums/being/attacktype.h +++ b/src/enums/being/attacktype.h @@ -42,5 +42,6 @@ namespace AttackType TOUCH_SKILL = 12, MISS = 0xffff // pseudo value for miss attacks }; -} +} // namespace AttackType + #endif // ENUMS_BEING_ATTACKTYPE_H diff --git a/src/enums/equipslot.h b/src/enums/equipslot.h index 8c6c5abbb..bd6423dee 100644 --- a/src/enums/equipslot.h +++ b/src/enums/equipslot.h @@ -53,7 +53,6 @@ namespace EquipSlot SHADOW_ACCESSORY2_SLOT = 21, VECTOREND }; -} - +} // namespace EquipSlot #endif // ENUMS_EQUIPSLOT_H 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 diff --git a/src/enums/net/auctionsearchtype.h b/src/enums/net/auctionsearchtype.h index e908e2d42..281db6875 100644 --- a/src/enums/net/auctionsearchtype.h +++ b/src/enums/net/auctionsearchtype.h @@ -31,7 +31,7 @@ namespace AuctionSearchType Card = 2, Misc = 3, Name = 4, - AuctionId = 5, + AuctionId = 5 }; } // namespace AuctionSearchType diff --git a/src/enums/net/packettypes.h b/src/enums/net/packettypes.h index b1349b216..4da22895a 100644 --- a/src/enums/net/packettypes.h +++ b/src/enums/net/packettypes.h @@ -18,8 +18,8 @@ * along with this program. If not, see . */ -#ifndef ENUMS_NET_PACKETLIMITER_H -#define ENUMS_NET_PACKETLIMITER_H +#ifndef ENUMS_NET_PACKETTYPES_H +#define ENUMS_NET_PACKETTYPES_H enum PacketTypes { @@ -39,4 +39,4 @@ enum PacketTypes PACKET_SIZE }; -#endif // ENUMS_NET_PACKETLIMITER_H +#endif // ENUMS_NET_PACKETTYPES_H -- cgit v1.2.3-60-g2f50