From: Jean-Paul Saman Date: Wed, 15 Aug 2007 08:02:42 +0000 (+0000) Subject: Remove excess whitespace X-Git-Tag: 0.9.0-test0~6534 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=93a719b830fa71b598aa6bcd6967317e4a3705a5;p=vlc Remove excess whitespace --- diff --git a/modules/video_chroma/i422_yuy2.c b/modules/video_chroma/i422_yuy2.c index 2119755a28..c255079f31 100644 --- a/modules/video_chroma/i422_yuy2.c +++ b/modules/video_chroma/i422_yuy2.c @@ -135,8 +135,7 @@ static int Activate( vlc_object_t *p_this ) default: return -1; } - - return 0; + return 0; } /* Following functions are local */