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

[lintian] 01/08: Apply perltidy to pod-spelling.t



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

nthykier pushed a commit to branch master
in repository lintian.

commit 7a6eeda27e2a9a3e5bd01fbd8d6fb83a9a179a13
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Mar 25 19:50:18 2014 +0100

    Apply perltidy to pod-spelling.t
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/scripts/pod-spelling.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/scripts/pod-spelling.t b/t/scripts/pod-spelling.t
index dd45139..e18b209 100755
--- a/t/scripts/pod-spelling.t
+++ b/t/scripts/pod-spelling.t
@@ -52,8 +52,8 @@ sub check_aspell {
             require Lintian::Relation::Version;
             import Lintian::Relation::Version qw(versions_gte);
             # Print the version of aspell-en if it is not new enough
-            $ok = versions_gte($version, '7.1-0~') ||
-               diag("Found aspell-en $version, want 7.1-0~ or newer");
+            $ok = versions_gte($version, '7.1-0~')
+              ||diag("Found aspell-en $version, want 7.1-0~ or newer");
         }
     }
     close($fd);

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


Reply to: