diff options
Diffstat (limited to 'include/llvm/Support/PluginLoader.h')
-rw-r--r-- | include/llvm/Support/PluginLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/PluginLoader.h b/include/llvm/Support/PluginLoader.h index bdbb134b28eb..da4324e6c13f 100644 --- a/include/llvm/Support/PluginLoader.h +++ b/include/llvm/Support/PluginLoader.h @@ -32,6 +32,6 @@ namespace llvm { LoadOpt("load", cl::ZeroOrMore, cl::value_desc("pluginfilename"), cl::desc("Load the specified plugin")); #endif -} +} // namespace llvm #endif |