Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / IR / CallSite.h
index 0270caaaf13743c48a8d8620a7fa03fbf8ad2572..1da025f802f34504f3244cb64fe22ddd657dc1b5 100644 (file)
@@ -397,6 +397,6 @@ public:
   ImmutableCallSite(CallSite CS) : CallSiteBase(CS.getInstruction()) {}
 };
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif