summaryrefslogtreecommitdiffstats
path: root/parser-mecmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser-mecmd.c')
-rw-r--r--parser-mecmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/parser-mecmd.c b/parser-mecmd.c
index 5792475f32..0576860365 100644
--- a/parser-mecmd.c
+++ b/parser-mecmd.c
@@ -47,7 +47,7 @@ m_entry_set_options(m_config_t *config, m_entry_t* entry) {
}
-
+
m_entry_t*
m_config_parse_me_command_line(m_config_t *config, int argc, char **argv)
@@ -58,7 +58,7 @@ m_config_parse_me_command_line(m_config_t *config, int argc, char **argv)
int no_more_opts = 0;
int opt_exit = 0;
m_entry_t *lst = NULL, *entry = NULL;
-
+
#ifdef MP_DEBUG
assert(config != NULL);
assert(argv != NULL);
@@ -83,7 +83,7 @@ m_config_parse_me_command_line(m_config_t *config, int argc, char **argv)
}
continue;
}
-
+
if ((no_more_opts == 0) && (*opt == '-') && (*(opt+1) != 0)) /* option */
{
const m_option_t* mp_opt = NULL;