From 93a719b830fa71b598aa6bcd6967317e4a3705a5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Wed, 15 Aug 2007 08:02:42 +0000 Subject: [PATCH] Remove excess whitespace --- modules/video_chroma/i422_yuy2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */ -- 2.39.5