diff options
author | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-26 01:38:19 -0400 |
---|---|---|
committer | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-26 01:38:19 -0400 |
commit | 6dc3af5db41ecb24669b259c776c51964539d531 (patch) | |
tree | e710d022742ad2bf0723c5806afd6a3cc091ba62 /src/core/ms_set.cpp | |
parent | e447933c02eac8013f84cb00751a8e1411ddb1b6 (diff) |
The next of a few "CBX OCDing over code style" commits, focusing on src/core/hs_* and src/core/ms_*, plus some tiny fallout caused by changing the FOREACH_* macros.
Diffstat (limited to 'src/core/ms_set.cpp')
-rw-r--r-- | src/core/ms_set.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ms_set.cpp b/src/core/ms_set.cpp index d915d7856..dfb2d6f54 100644 --- a/src/core/ms_set.cpp +++ b/src/core/ms_set.cpp @@ -7,9 +7,8 @@ * * Based on the original code of Epona by Lara. * Based on the original code of Services by Andy Church. - * - * */ + /*************************************************************************/ #include "module.h" |