diff --git a/src/OpenFOAM/global/argList/argListI.H b/src/OpenFOAM/global/argList/argListI.H
index 8a9e360c5aca3e3d8b48b3608a823c411797cef0..6b9b462de0b0a77c7279018de84a27f304eacf18 100644
--- a/src/OpenFOAM/global/argList/argListI.H
+++ b/src/OpenFOAM/global/argList/argListI.H
@@ -92,7 +92,6 @@ inline Foam::IStringStream Foam::argList::optionLookup(const word& opt) const
 
 namespace Foam
 {
-
     // Template specialization for string
     template<>
     inline Foam::string
@@ -116,9 +115,7 @@ namespace Foam
     {
         return option(opt);
     }
-
-
-} // End namespace Foam
+}
 
 
 // * * * * * * * * * * * * * * * Member Functions  * * * * * * * * * * * * * //