Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Object / Binary.h
index a3d6d0d4d428b6a671bdaf04e88b39f9f4d30836..949edf8e781127835a4c139bdf2e0dfa0053f089 100644 (file)
@@ -178,7 +178,7 @@ template <typename T> const T* OwningBinary<T>::getBinary() const {
 }
 
 ErrorOr<OwningBinary<Binary>> createBinary(StringRef Path);
-}
-}
+} // namespace object
+} // namespace llvm
 
 #endif