From 18b8d9888cd5ee8a533a1059f109d8de1c6b04d1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 15 Aug 2012 02:20:52 +0300 Subject: Fix code style again. --- src/sound.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/sound.h') diff --git a/src/sound.h b/src/sound.h index a967d0a92..bf9226c18 100644 --- a/src/sound.h +++ b/src/sound.h @@ -31,14 +31,14 @@ class Music; -const static std::string SOUND_INFO = "soundinfo"; -const static std::string SOUND_ERROR = "sounderror"; -const static std::string SOUND_REQUEST = "soundrequest"; -const static std::string SOUND_TRADE = "soundtrade"; -const static std::string SOUND_WHISPER = "soundwhisper"; -const static std::string SOUND_HIGHLIGHT = "soundhighlight"; -const static std::string SOUND_GLOBAL = "soundglobal"; -const static std::string SOUND_GUILD = "soundguild"; +static const std::string SOUND_INFO = "soundinfo"; +static const std::string SOUND_ERROR = "sounderror"; +static const std::string SOUND_REQUEST = "soundrequest"; +static const std::string SOUND_TRADE = "soundtrade"; +static const std::string SOUND_WHISPER = "soundwhisper"; +static const std::string SOUND_HIGHLIGHT = "soundhighlight"; +static const std::string SOUND_GLOBAL = "soundglobal"; +static const std::string SOUND_GUILD = "soundguild"; /** Sound engine * -- cgit v1.2.3-60-g2f50