]> git.sesse.net Git - vlc/commitdiff
Remove excess whitespace
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 15 Aug 2007 08:02:42 +0000 (08:02 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 15 Aug 2007 08:02:42 +0000 (08:02 +0000)
modules/video_chroma/i422_yuy2.c

index 2119755a2899d2835fec05889336e84459b6acc1..c255079f318d7b669b90bab84ec0749d1802b307 100644 (file)
@@ -135,8 +135,7 @@ static int Activate( vlc_object_t *p_this )
         default:
             return -1;
     }
-    
-    return 0; 
+    return 0;
 }
 
 /* Following functions are local */