Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Support / Unix / Process.inc
index df13bd2217390b46c859872aa88b7db2a9f1949f..b15cedd7f6dcaef73f9db06ac92cc6918ccf8bcd 100644 (file)
@@ -205,7 +205,7 @@ private:
   int &FD;
   bool KeepOpen;
 };
-}
+} // namespace
 
 std::error_code Process::FixupStandardFileDescriptors() {
   int NullFD = -1;