Message ID | 1302191845-7506-1-git-send-email-ospite@studenti.unina.it (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Thanks, applied. On 04/07/2011 05:57 PM, Antonio Ospite wrote: > 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> > --- > lib/libv4lconvert/libv4lconvert-priv.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/libv4lconvert/libv4lconvert-priv.h b/lib/libv4lconvert/libv4lconvert-priv.h > index 30d1cfe..84c706e 100644 > --- a/lib/libv4lconvert/libv4lconvert-priv.h > +++ b/lib/libv4lconvert/libv4lconvert-priv.h > @@ -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); -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/lib/libv4lconvert/libv4lconvert-priv.h b/lib/libv4lconvert/libv4lconvert-priv.h index 30d1cfe..84c706e 100644 --- a/lib/libv4lconvert/libv4lconvert-priv.h +++ b/lib/libv4lconvert/libv4lconvert-priv.h @@ -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);
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> --- lib/libv4lconvert/libv4lconvert-priv.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)