Commit c4bf5901 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Added some whitespace for alignment.

parent 4a7ae0b8
...@@ -194,7 +194,7 @@ int E_(Open) ( vlc_object_t *p_this ) ...@@ -194,7 +194,7 @@ int E_(Open) ( vlc_object_t *p_this )
psz_parser_init = psz_parser; psz_parser_init = psz_parser;
while ( *psz_parser != ':') while ( *psz_parser != ':')
{ {
psz_parser++; psz_parser++;
} }
if ((!strncmp( psz_parser_init, "V" , if ((!strncmp( psz_parser_init, "V" ,
psz_parser - psz_parser_init ) ) || psz_parser - psz_parser_init ) ) ||
...@@ -335,7 +335,7 @@ int E_(Open) ( vlc_object_t *p_this ) ...@@ -335,7 +335,7 @@ int E_(Open) ( vlc_object_t *p_this )
if( *psz_parser ) if( *psz_parser )
psz_parser++; psz_parser++;
else else
break; break;
} }
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment