[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/03: collection/src-orig-index: perltidy



This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 78c99239b002a949cfe8274cb1975d5583e6acaa
Author: Chris Lamb <lamby@debian.org>
Date:   Sun Dec 24 18:25:00 2017 +0000

    collection/src-orig-index: perltidy
---
 collection/src-orig-index | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/collection/src-orig-index b/collection/src-orig-index
index 5bafc48..715b655 100755
--- a/collection/src-orig-index
+++ b/collection/src-orig-index
@@ -207,12 +207,12 @@ sub index_orig {
         }
         push @result, @index;
     }
-  # Now that we have the file names we want, write them out sorted to the index
-  # file.
+    # Now that we have the file names we want, write them out sorted to the
+    # index file.
     my %opts = (
-      out => "$dir/src-orig-index.gz",
-      fail => 'error',
-      pipe_in => FileHandle->new
+        out => "$dir/src-orig-index.gz",
+        fail => 'error',
+        pipe_in => FileHandle->new
     );
     spawn(\%opts, ['sort', '-k', '6'], '|', ['gzip', '-9nc']);
     print {$opts{pipe_in}} @result;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: