formatting

This commit is contained in:
john30
2017-05-13 08:41:44 +02:00
parent de6251aa9c
commit e04094f7bb
+1 -1
View File
@@ -632,7 +632,7 @@ result_t MainLoop::parseHexMaster(const vector<string>& args, size_t argPos, sym
return ret;
}
string MainLoop::executeAuth(const vector<string>& args, string *user) {
string MainLoop::executeAuth(const vector<string>& args, string* user) {
if (args.size() != 3) {
return "usage: auth USER SECRET\n"
" Authenticate with USER name and SECRET.\n"