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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to