summaryrefslogtreecommitdiff
path: root/src/resources/db/sounddb.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-14 21:47:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-14 21:47:02 +0300
commit24a5939846bf593e17e09f3564d941a7c2a5bf27 (patch)
treee37187b6411480aeb385accc9345c14ab2652ebe /src/resources/db/sounddb.h
parent4424f769af82000bc84b9d4c9f46c20834a817e6 (diff)
downloadplus-24a5939846bf593e17e09f3564d941a7c2a5bf27.tar.gz
plus-24a5939846bf593e17e09f3564d941a7c2a5bf27.tar.bz2
plus-24a5939846bf593e17e09f3564d941a7c2a5bf27.tar.xz
plus-24a5939846bf593e17e09f3564d941a7c2a5bf27.zip
fix code style.
Diffstat (limited to 'src/resources/db/sounddb.h')
-rw-r--r--src/resources/db/sounddb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/sounddb.h b/src/resources/db/sounddb.h
index 5d1361088..eca7286a2 100644
--- a/src/resources/db/sounddb.h
+++ b/src/resources/db/sounddb.h
@@ -34,6 +34,6 @@ namespace SoundDB
void unload();
std::string &getSound(const int id);
-}
+} // namespace SoundDB
#endif // RESOURCES_DB_SOUNDDB_H