From 178dcc52c53197c008d0c358972faab829b347c1 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 22 Nov 2012 12:16:17 +0000 Subject: [PATCH] STYLE: Minor code formatting --- .../functionObjects/utilities/CourantNo/CourantNo.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postProcessing/functionObjects/utilities/CourantNo/CourantNo.C b/src/postProcessing/functionObjects/utilities/CourantNo/CourantNo.C index 538fb1040d..0e15ead796 100644 --- a/src/postProcessing/functionObjects/utilities/CourantNo/CourantNo.C +++ b/src/postProcessing/functionObjects/utilities/CourantNo/CourantNo.C @@ -189,7 +189,7 @@ void Foam::CourantNo::write() CourantNo.write(); Info<< type() << " output:" << nl - << " writing " << CourantNo.name() << "field" << nl << endl; + << " writing " << CourantNo.name() << " field" << nl << endl; } }