Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / Watchdog.h
index 01e1d926eb9569684cf93d54c73942a7c623b2b3..5642ae2e2322bddd397a38db085a3a03fca7ea5b 100644 (file)
@@ -32,7 +32,7 @@ namespace llvm {
       Watchdog(const Watchdog &other) = delete;
       Watchdog &operator=(const Watchdog &other) = delete;
     };
-  }
-}
+  } // namespace sys
+} // namespace llvm
 
 #endif