Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / MC / MCSymbolELF.h
index bbcd22e8e7dbe15fac4238ee86a28b3198d133fe..b0ce3fe158c4cca5959928e4d703c05882951aaa 100644 (file)
@@ -49,6 +49,6 @@ public:
 private:
   void setIsBindingSet() const;
 };
-}
+} // namespace llvm
 
 #endif