CLI: added newline when printing version info
This commit is contained in:
parent
24eba7ef02
commit
6dc3073061
|
@ -45,7 +45,7 @@ bool CppCheckExecutor::parseFromArgs(CppCheck *cppcheck, int argc, const char* c
|
|||
{
|
||||
if (parser.GetShowVersion())
|
||||
{
|
||||
std::cout << "Cppcheck " << cppcheck->version();
|
||||
std::cout << "Cppcheck " << cppcheck->version() << std::endl;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue