STYLE: avoid flush when dictionary {} closing (issue #1145)

- a holdover from introducing the endBlock() method
This commit is contained in:
Mark Olesen
2019-01-03 19:12:12 +01:00
parent 6a448016aa
commit e596377179
10 changed files with 13 additions and 13 deletions

View File

@ -169,7 +169,7 @@ Foam::Ostream& Foam::functionObjects::operator<<
os.writeEntry("allowRestart", faItem.allowRestart_);
}
os.endBlock() << flush;
os.endBlock();
os.check(FUNCTION_NAME);