Am 13.03.10 14:07, schrieb spyfeng:
> Author: spyfeng
> Date: Sat Mar 13 14:07:31 2010
> New Revision: 5663
> 
> Log:
> remove "{" and "}" when return -1 directly.

My latest news is to always use

if () {
 ...
} else {
 ...
}

even for one-liners to reduce patch size.
Using

if () {
 ...
} else
 ... ;

never was a valid choice and AFAIK it still is none.

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

Reply via email to