From 81021c37bf638d8e507f8f4f1997c654d6cb60fa Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Tue, 26 Mar 2013 09:28:39 +0000 Subject: [PATCH] STYLE: sigFpe: indentation --- src/OSspecific/POSIX/signals/sigFpe.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/OSspecific/POSIX/signals/sigFpe.C b/src/OSspecific/POSIX/signals/sigFpe.C index a275fd7a3ad..501ff95c4e4 100644 --- a/src/OSspecific/POSIX/signals/sigFpe.C +++ b/src/OSspecific/POSIX/signals/sigFpe.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -263,8 +263,8 @@ void Foam::sigFpe::set(const bool verbose) { if (supported) { - Info<< "SetNaN : Initialising allocated memory to NaN" - << " (FOAM_SETNAN)." << endl; + Info<< "SetNaN : Initialising allocated memory to NaN" + << " (FOAM_SETNAN)." << endl; } else { -- GitLab