Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / PluginLoader.h
index bdbb134b28ebba5066cd7b4cf5bed255dc6d36d4..da4324e6c13f5837bc894e83c395519464ad29f7 100644 (file)
@@ -32,6 +32,6 @@ namespace llvm {
     LoadOpt("load", cl::ZeroOrMore, cl::value_desc("pluginfilename"),
             cl::desc("Load the specified plugin"));
 #endif
-}
+} // namespace llvm
 
 #endif