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

lintian: r1031 - trunk/checks



Author: rra
Date: 2007-12-04 05:28:48 +0100 (Tue, 04 Dec 2007)
New Revision: 1031

Modified:
   trunk/checks/shared-libs
Log:
Minor formatting cleanup.


Modified: trunk/checks/shared-libs
===================================================================
--- trunk/checks/shared-libs	2007-12-04 04:23:12 UTC (rev 1030)
+++ trunk/checks/shared-libs	2007-12-04 04:28:48 UTC (rev 1031)
@@ -312,7 +312,8 @@
 	my %shlibs_control_used;
 	my %shlibs_control;
 	my @shlibs_depends;
-	open(SHLIBS, '<', $shlibs_control_file) or fail("cannot open shlibs control file $shlibs_control_file for reading: $!");
+	open(SHLIBS, '<', $shlibs_control_file)
+	    or fail("cannot open shlibs control file $shlibs_control_file for reading: $!");
 	while (<SHLIBS>) {
 	    chop;
 	    next if m/^\s*$/ or /^#/;
@@ -333,7 +334,7 @@
 	    }
 	}
 	close(SHLIBS);
-	my $shlib_name; 
+	my $shlib_name;
 	for my $shlib (@shlibs) {
 	    $shlib_name = $SONAME{$shlib};
 	    # libfoo.so.X.X



Reply to: