From deed6d371d76effa617886c868152f466d61a494 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Mon, 24 Sep 2012 10:48:41 +0100 Subject: [PATCH] STYLE: fileMonitor: space added --- src/OSspecific/POSIX/fileMonitor.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OSspecific/POSIX/fileMonitor.C b/src/OSspecific/POSIX/fileMonitor.C index 030e7639f4b..f17e7b1dc97 100644 --- a/src/OSspecific/POSIX/fileMonitor.C +++ b/src/OSspecific/POSIX/fileMonitor.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-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -168,7 +168,7 @@ namespace Foam FatalErrorIn("fileMonitorWatcher(const bool, const label)") << "You selected inotify but this file was compiled" << " without FOAM_USE_INOTIFY" - << "Please select another fileModification test method" + << " Please select another fileModification test method" << exit(FatalError); #endif } -- GitLab