utilities/mesh/manipulation: Rationalized "End" message

This commit is contained in:
Henry Weller
2016-04-21 21:06:45 +01:00
parent 1c2c1d83e7
commit d327a3f431
11 changed files with 13 additions and 11 deletions

View File

@ -285,7 +285,7 @@ int main(int argc, char *argv[])
<< exit(FatalError);
}
Info<< nl << "end" << endl;
Info<< "End\n" << endl;
return 0;
}