[FFmpeg-soc] [soc]: r5918 - mms/mmsh.c
Diego Biurrun
diego at biurrun.de
Sat Aug 21 12:38:43 CEST 2010
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
More information about the FFmpeg-soc
mailing list