Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / BlockFrequency.h
index 4304a253b287c29fdd5091a38f11050fa0e00712..20b2782ad61a7710dc92c19fd50db051ee7bce09 100644 (file)
@@ -69,6 +69,6 @@ public:
   }
 };
 
-}
+} // namespace llvm
 
 #endif