STYLE: Consistency updates

This commit is contained in:
Andrew Heather
2016-09-23 16:52:46 +01:00
parent b9940cbbb1
commit 1fbcb686ff
109 changed files with 245 additions and 236 deletions

View File

@ -47,7 +47,7 @@ Foam::functionObjects::runTimePostPro::text::text
string_(dict.lookup("string")),
position_(dict.lookup("position")),
size_(readScalar(dict.lookup("size"))),
colour_(NULL),
colour_(nullptr),
bold_(readBool(dict.lookup("bold"))),
timeStamp_(dict.lookupOrDefault<bool>("timeStamp", false))
{