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

lintian: r1142 - trunk/checks



Author: rra
Date: 2008-01-22 06:37:21 +0100 (Tue, 22 Jan 2008)
New Revision: 1142

Modified:
   trunk/checks/manpages
Log:
Fix tab configuration.


Modified: trunk/checks/manpages
===================================================================
--- trunk/checks/manpages	2008-01-22 05:26:31 UTC (rev 1141)
+++ trunk/checks/manpages	2008-01-22 05:37:21 UTC (rev 1142)
@@ -305,10 +305,10 @@
 	    # beginning of a word, but don't generate false positives on \s-1
 	    # (small font), \*(-- (pod2man long dash), or things like \h'-1'.
 	    if ($line =~ /^(
-                            ([^\.].*)?
-                            [\s\'\"\`\(\[]
-                            (?<! \\s | \*\( | \(- | \w\' )
-                           )?
+			    ([^\.].*)?
+			    [\s\'\"\`\(\[]
+			    (?<! \\s | \*\( | \(- | \w\' )
+			   )?
 			   (--?\w+)/ox) {
 		$hc++;
 		tag "hyphen-used-as-minus-sign", "$file:$lc" if $hc <= 10 or $ENV{'LINTIAN_DEBUG'};
@@ -339,7 +339,6 @@
 		    tag "manpage-for-x11-binary-in-wrong-directory", "$binary{$f} $manp_info->{file}";
 		}
 	    }
-	
 	} else {
 	    for my $manp_info (@{$manpage{$f}}) {
 		# no. manpage in X11?
@@ -363,4 +362,8 @@
 
 1;
 
+# Local Variables:
+# indent-tabs-mode: t
+# cperl-indent-level: 4
+# End:
 # vim: syntax=perl sw=4 ts=8


Reply to: