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: 692771 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p37Fvc9n024077 for ; Thu, 7 Apr 2011 15:57:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754302Ab1DGP5g (ORCPT ); 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 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 07 Apr 2011 15:57:39 +0000 (UTC) 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);