Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Support / Unix / Program.inc
index 8947b62e4dc28b0206e56e9e70392b6287aa7e2e..dc633ab313e9da6ece48c36de54ec8cfa28b222e 100644 (file)
@@ -176,7 +176,7 @@ static void SetMemoryLimits (unsigned size)
 #endif
 }
 
-}
+} // namespace llvm
 
 static bool Execute(ProcessInfo &PI, StringRef Program, const char **args,
                     const char **envp, const StringRef **redirects,
@@ -473,4 +473,4 @@ bool llvm::sys::argumentsFitWithinSystemLimits(ArrayRef<const char*> Args) {
   }
   return true;
 }
-}
+} // namespace llvm