From 8f01e3c0eaf34564f94907edada9ed09f801149f Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 22 Aug 2013 14:26:45 +0200 Subject: [PATCH] Bug 9312: Followup for one tab character To satisfy qa tools, removing one tab somewhere.. Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack Sometimes our QA tools are pretty annoying, in cases like this, when its a tab in a comment, .. I don't think we really need to hold up a patch set for it --- tools/picture-upload.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/picture-upload.pl b/tools/picture-upload.pl index 21511ff..82d09bc 100755 --- a/tools/picture-upload.pl +++ b/tools/picture-upload.pl @@ -349,7 +349,7 @@ sub handle_file { } else { warn "Contents of $filename corrupted!"; - # $count{count}--; + #$count{count}--; $filerrors{'CORERR'} = 1; push my @filerrors, \%filerrors; push @{ $count{filenames} }, -- 2.1.0