aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/OptSubcommand/llvm-hello-sub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/examples/OptSubcommand/llvm-hello-sub.cpp')
-rw-r--r--llvm/examples/OptSubcommand/llvm-hello-sub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/OptSubcommand/llvm-hello-sub.cpp b/llvm/examples/OptSubcommand/llvm-hello-sub.cpp
index 8071f56..bcf433f 100644
--- a/llvm/examples/OptSubcommand/llvm-hello-sub.cpp
+++ b/llvm/examples/OptSubcommand/llvm-hello-sub.cpp
@@ -46,7 +46,7 @@ public:
HelloSubOptTable()
: GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable,
/*IgnoreCase=*/false, OptionSubCommands,
- OptionSubCommandIDsTable) {}
+ OptionSubCommandIDsTable) {};
};
} // namespace