Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Object / RelocVisitor.h
index 02ffda5642d55e17e2c8ca0e3d44b3a785a5aa2e..bc2002d2d31de39951b37ab0d7d238d4d2b909e6 100644 (file)
@@ -446,6 +446,6 @@ private:
   }
 };
 
-}
-}
+} // namespace object
+} // namespace llvm
 #endif