STYLE: indentation for FatalIOErrorInFunction calls

This commit is contained in:
Mark Olesen
2018-11-06 09:49:22 +01:00
parent 2fc1a1692b
commit a7a346b206
111 changed files with 415 additions and 813 deletions

View File

@ -46,10 +46,8 @@ Foam::Function1Types::TableFile<Type>::TableFile
if (!is.good())
{
FatalIOErrorInFunction
(
is
) << "Cannot open file." << exit(FatalIOError);
FatalIOErrorInFunction(is)
<< "Cannot open file." << exit(FatalIOError);
}
is >> this->table_;