Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Analysis / LibCallAliasAnalysis.h
index a4b7e5d871fe74b48bbab1d578fe32f0085a4e35..6589ac13c746fdcb025bf964f77007cde1d2a2e9 100644 (file)
@@ -66,6 +66,6 @@ namespace llvm {
                                        ImmutableCallSite CS,
                                        const MemoryLocation &Loc);
   };
-} // namespace llvm
+}  // End of llvm namespace
 
 #endif