From 0eb321bf2c1cc0e048faff26a01f86cdd3ec254f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 7 Jul 2009 02:26:13 +0300 Subject: Remove trailing whitespace from most files --- parser-mecmd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parser-mecmd.c') 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; -- cgit v1.2.3