From 499745460604cde6bf7f7afe4b4a8f2459c5aa4e 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 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- 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 21511ffba0..82d09bc043 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.39.2