summaryrefslogtreecommitdiffstats
path: root/parser-mecmd.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
commit6e9cbdc10448203e7c8b2de41447442fcc9f7bae (patch)
tree0ed465592509105fdbeab27fc12ddbb2e3590aa5 /parser-mecmd.c
parenteafe5b7517bbf408ae1ffc936a3abe2313c3b334 (diff)
downloadmpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.bz2
mpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.xz
whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
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 6229022dfc..172ead5937 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;