libv4lconvert-priv.h: indent with tabs, not spaces
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 7 Apr 2011 15:57:25 +0000 (17:57 +0200)
committerHans de Goede <hdegoede@redhat.com>
Mon, 11 Apr 2011 20:24:50 +0000 (22:24 +0200)
Indent wrapped lines with tabs, just like it is done for the other
functions in the same file.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
lib/libv4lconvert/libv4lconvert-priv.h

index 30d1cfe..84c706e 100644 (file)
@@ -131,7 +131,7 @@ void v4lconvert_grey_to_rgb24(const unsigned char *src, unsigned char *dest,
                int width, int height);
 
 void v4lconvert_grey_to_yuv420(const unsigned char *src, unsigned char *dest,
-                const struct v4l2_format *src_fmt);
+               const struct v4l2_format *src_fmt);
 
 void v4lconvert_rgb565_to_rgb24(const unsigned char *src, unsigned char *dest,
                int width, int height);