public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libv4lconvert-priv.h: indent with tabs, not spaces
@ 2011-04-07 15:57 Antonio Ospite
  2011-04-11 20:44 ` Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Antonio Ospite @ 2011-04-07 15:57 UTC (permalink / raw)
  To: linux-media; +Cc: Antonio Ospite, Hans de Goede

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);
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-11 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 15:57 [PATCH] libv4lconvert-priv.h: indent with tabs, not spaces Antonio Ospite
2011-04-11 20:44 ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox