ENH: add ends at end of string
This commit is contained in:
parent
80f716941e
commit
4d119dd7d6
@ -58,7 +58,7 @@ void cmake::Usage(const char* program)
|
||||
{
|
||||
errorStream << "\"" << i->c_str() << "\" ";
|
||||
}
|
||||
errorStream << ")\n";
|
||||
errorStream << ")\n" << std::ends;
|
||||
|
||||
cmSystemTools::Error(errorStream.str());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user