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

[lintian] 01/01: run perltidy



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

broucaries-guest pushed a commit to branch master
in repository lintian.

commit eeb2a93e75794e1dc048006ad86957b88b20e5d5
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Sun Apr 20 21:21:46 2014 +0200

    run perltidy
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 checks/cruft.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/checks/cruft.pm b/checks/cruft.pm
index fca8ab5..e9febdc 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -1015,7 +1015,8 @@ sub _clean_block {
     $text =~ s/\@c(?:omment)?\s+/ /gxms;      # Tex info comment
 
     $text =~ s/\@(?:b|i|r|t){
-              / /gxms;                        # Tex info bold,italic, roman, fixed width
+              / /gxms
+      ;                        # Tex info bold,italic, roman, fixed width
     $text =~ s/\@sansserif{/ /gxms;           # Tex info sans serif
     $text =~ s/\@slanted{/ /gxms;             # Tex info slanted
     $text =~ s/\@var{/ /gxms;                 # Tex info emphasis

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


Reply to: