On Wed, Aug 18, 2010 at 06:15:16PM +0200, spyfeng wrote:
> 
> Log:
> add space for making it follow the code rule.
> 
> --- mms/mmsh.c        Wed Aug 18 18:05:56 2010        (r5917)
> +++ mms/mmsh.c        Wed Aug 18 18:15:16 2010        (r5918)
> @@ -227,7 +227,7 @@ static int mmsh_open(URLContext *h, cons
>  
>      ff_url_split(NULL, 0, NULL, 0,
>              host, sizeof(host), &port, path, sizeof(path), location);

Indentation is off.

> -    if(port<0)
> +    if (port<0)

Please also add spaces around operators everywhere for readability.

Diego
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to