summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-11-23 22:39:54 +0300
committerAndrei Karas <akaras@inbox.ru>2012-11-24 15:05:41 +0300
commite8fc638b750514ec264598df79a409da97493816 (patch)
treef6530b6f1f1b56ab8a8131a472748db5d640fac3 /src/commandhandler.h
parentd553924a7f8c911d944207f7431b7e0ebd2b0fe8 (diff)
downloadmv-e8fc638b750514ec264598df79a409da97493816.tar.gz
mv-e8fc638b750514ec264598df79a409da97493816.tar.bz2
mv-e8fc638b750514ec264598df79a409da97493816.tar.xz
mv-e8fc638b750514ec264598df79a409da97493816.zip
Fix code style.
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index 228682783..507218f01 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -222,7 +222,8 @@ class CommandHandler final
/**
* Handle atkhuman command.
*/
- static void handleAttackHuman(const std::string &args, ChatTab *const tab);
+ static void handleAttackHuman(const std::string &args,
+ ChatTab *const tab);
/**
* Handle closeall command.