From patchwork Thu Apr 7 15:57:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 6362 Return-path: Envelope-to: mchehab@pedra Delivery-date: Thu, 07 Apr 2011 12:58:34 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1Q7rbL-0001oU-SJ for mchehab@pedra; Thu, 07 Apr 2011 12:58:32 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Thu, 07 Apr 2011 12:58:31 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1Q7raU-0000r6-OU; Thu, 07 Apr 2011 15:57:39 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754302Ab1DGP5g (ORCPT + 1 other); Thu, 7 Apr 2011 11:57:36 -0400 Received: from smtp207.alice.it ([82.57.200.103]:55370 "EHLO smtp207.alice.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751606Ab1DGP5g (ORCPT ); Thu, 7 Apr 2011 11:57:36 -0400 Received: from jcn (82.57.107.162) by smtp207.alice.it (8.5.124.08) id 4C9E16C9101F6BEE; Thu, 7 Apr 2011 17:57:34 +0200 Received: from ao2 by jcn with local (Exim 4.75) (envelope-from ) id 1Q7raP-0001xc-NS; Thu, 07 Apr 2011 17:57:33 +0200 From: Antonio Ospite To: linux-media@vger.kernel.org Cc: Antonio Ospite , Hans de Goede Subject: [PATCH] libv4lconvert-priv.h: indent with tabs, not spaces Date: Thu, 7 Apr 2011 17:57:25 +0200 Message-Id: <1302191845-7506-1-git-send-email-ospite@studenti.unina.it> X-Mailer: git-send-email 1.7.4.1 X-Face: z*RaLf`X<@C75u6Ig9}{oW$H; 1_\2t5)({*|jhM/Vb; ]yA5\I~93>J<_`<4)A{':UrE Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Indent wrapped lines with tabs, just like it is done for the other functions in the same file. Signed-off-by: Antonio Ospite --- 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);