mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: avoid flush when dictionary {} closing (issue #1145)
- a holdover from introducing the endBlock() method
This commit is contained in:
@ -169,7 +169,7 @@ Foam::Ostream& Foam::functionObjects::operator<<
|
||||
os.writeEntry("allowRestart", faItem.allowRestart_);
|
||||
}
|
||||
|
||||
os.endBlock() << flush;
|
||||
os.endBlock();
|
||||
|
||||
os.check(FUNCTION_NAME);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user