summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-03 15:31:12 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-03 15:31:12 +0300
commitd69ea30539a6fe816dd6e1d943a0a2adcbd95c19 (patch)
tree8bc8b6b7826a639ca9e516a0f8939afe83d91d9f /src/commands.h
parentd43ac6456a95aa3d204272f9bada5d5a28f85072 (diff)
downloadplus-d69ea30539a6fe816dd6e1d943a0a2adcbd95c19.tar.gz
plus-d69ea30539a6fe816dd6e1d943a0a2adcbd95c19.tar.bz2
plus-d69ea30539a6fe816dd6e1d943a0a2adcbd95c19.tar.xz
plus-d69ea30539a6fe816dd6e1d943a0a2adcbd95c19.zip
Fix code style.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h
index 33f86d76b..2f746b9e2 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -115,7 +115,8 @@ namespace Commands
void replaceVars(std::string &str);
}
-static const CommandInfo commands[] = {
+static const CommandInfo commands[] =
+{
{"closeall", &Commands::closeAll},
{"ignoreall", &Commands::ignoreAll},
{"help", &Commands::help},