summaryrefslogtreecommitdiff
path: root/src/being/actortype.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-13 23:09:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-13 23:09:44 +0300
commit1c7c54e8102f1f449ffe7dfaa3a041915079d290 (patch)
tree3da90ea7e18d4c4a6fe2f0eb4c76718dc3e489f5 /src/being/actortype.h
parent467455bf7907411918d8fb6f4113eb95df443a29 (diff)
downloadplus-1c7c54e8102f1f449ffe7dfaa3a041915079d290.tar.gz
plus-1c7c54e8102f1f449ffe7dfaa3a041915079d290.tar.bz2
plus-1c7c54e8102f1f449ffe7dfaa3a041915079d290.tar.xz
plus-1c7c54e8102f1f449ffe7dfaa3a041915079d290.zip
fix code style.
Diffstat (limited to 'src/being/actortype.h')
-rw-r--r--src/being/actortype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/actortype.h b/src/being/actortype.h
index 794dae5f2..f57d6662b 100644
--- a/src/being/actortype.h
+++ b/src/being/actortype.h
@@ -35,6 +35,6 @@ namespace ActorType
PET,
AVATAR
};
-}
+} // namespace ActorType
#endif // BEING_ACTORTYPE_H