Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Transforms / Scalar / LowerExpectIntrinsic.cpp
index 0c47cbd5bfda6da1a891432ac82a2cd8dd2c4783..b845c038e67e23326df345105423bcbc9a2568e7 100644 (file)
@@ -181,7 +181,7 @@ public:
 
   bool runOnFunction(Function &F) override { return lowerExpectIntrinsic(F); }
 };
-}
+} // namespace
 
 char LowerExpectIntrinsic::ID = 0;
 INITIALIZE_PASS(LowerExpectIntrinsic, "lower-expect",