summaryrefslogtreecommitdiff
path: root/src/controller/cmdline_args.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller/cmdline_args.h')
-rw-r--r--src/controller/cmdline_args.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controller/cmdline_args.h b/src/controller/cmdline_args.h
index cbedbfc..59adb6a 100644
--- a/src/controller/cmdline_args.h
+++ b/src/controller/cmdline_args.h
@@ -30,7 +30,6 @@ namespace controller
{
namespace cmdline
{
-
struct Args
{
friend class CmdlineParser<Args>;
@@ -65,6 +64,7 @@ struct Args
static const char* const dumping_mode;
static const char* const analysis_mode;
static const char* const draining_mode;
+
private:
static Opt options[num];
@@ -75,5 +75,5 @@ private:
} // namespace controller
} // namespace NST
//------------------------------------------------------------------------------
-#endif//CMDLINE_PARSER_H
+#endif // CMDLINE_PARSER_H
//------------------------------------------------------------------------------