Remove spaces before end of line

This commit is contained in:
Martchus 2017-03-29 00:57:01 +02:00
parent c2d560487b
commit 900eb45ef8
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ int main(int argc, char *argv[])
} catch(const Failure &ex) {
CMD_UTILS_START_CONSOLE;
cerr << "Unable to parse arguments. " << ex.what() << "\nSee --help for available commands." << endl;
}
}
return 0;
}