Info: Use nl rather than "\n..." to ensure region-prefixed printing
This commit is contained in:
@ -43,7 +43,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
Info<< "\nEnd\n" << endl;
|
||||
Info<< nl << "End" << nl << endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user