Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / TargetRegistry.h
index d2e8b95d74f395af92cad81457d8ca8a8755e1d7..1c11ef31f82cc9cde152c3fc14148cd9f60db6cf 100644 (file)
@@ -1178,6 +1178,6 @@ private:
     return new MCCodeEmitterImpl();
   }
 };
-}
+} // namespace llvm
 
 #endif