From 3d82bfc698165bb20f3c38d42f2b77ab855c1edf Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Thu, 29 Sep 2016 15:40:18 +0200 Subject: astyle. --- src/server/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/server/main.cpp') diff --git a/src/server/main.cpp b/src/server/main.cpp index 0c09f91..02fd399 100644 --- a/src/server/main.cpp +++ b/src/server/main.cpp @@ -8,7 +8,8 @@ using std::cout; using std::endl; -void usage() { +void usage() +{ cout << "USAGE pvsmgr [OPTIONS]" << endl; cout << "OPTIONS: " << endl; cout << "--manager-only" << endl; @@ -33,7 +34,7 @@ int main(int argc, char** argv) Global::manager_only = true; break; } else if (a.startsWith("--config=")) { - Global::setIniPath(a.mid(9)); + Global::setIniPath(a.mid(9)); } else if (a == "--usage" || a == "--help") { usage(); exit(0); -- cgit v1.2.3-55-g7522