fixed spacing in last commit

This commit is contained in:
Ovahlord
2019-10-04 17:51:56 +02:00
parent 7a5bc34695
commit 8df1e7da13

View File

@@ -329,7 +329,7 @@ variables_map GetConsoleArguments(int argc, char** argv, fs::path& configFile, s
if (variablesMap.count("help")) {
std::cout << all << "\n";
}
else if (variablesMap.count("version"))
else if (variablesMap.count("version"))
{
std::cout << GitRevision::GetFullVersion() << "\n";
}