diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-29 18:17:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-29 18:17:21 +0300 |
commit | 9ae83b4bb267c032f9499e80bc6b3bcd9fb37e71 (patch) | |
tree | f7d02f22a9d182aa77e745857033f57f0394a7d2 /src/net/manaserv | |
parent | c16e6af9d3b0390dbc3947d3376f4ca4ae1f5fc5 (diff) | |
download | plus-9ae83b4bb267c032f9499e80bc6b3bcd9fb37e71.tar.gz plus-9ae83b4bb267c032f9499e80bc6b3bcd9fb37e71.tar.bz2 plus-9ae83b4bb267c032f9499e80bc6b3bcd9fb37e71.tar.xz plus-9ae83b4bb267c032f9499e80bc6b3bcd9fb37e71.zip |
Fix code style.
Diffstat (limited to 'src/net/manaserv')
-rw-r--r-- | src/net/manaserv/specialhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/manaserv/specialhandler.cpp b/src/net/manaserv/specialhandler.cpp index 73fa864a3..c168afd7c 100644 --- a/src/net/manaserv/specialhandler.cpp +++ b/src/net/manaserv/specialhandler.cpp @@ -59,8 +59,8 @@ void SpecialHandler::useBeing(int id A_UNUSED, int level A_UNUSED, // TODO } -void SpecialHandler::usePos(int id A_UNUSED, int level A_UNUSED, int x A_UNUSED, - int y A_UNUSED) +void SpecialHandler::usePos(int id A_UNUSED, int level A_UNUSED, + int x A_UNUSED, int y A_UNUSED) { // TODO } |