From bfd84f6e2df1b083c8d95f6f8a84ede73d36dfea Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 11 Nov 2002 19:11:59 +0000 Subject: add or remove spaces where need to please perl_checker --- perl-install/printer.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'perl-install/printer.pm') diff --git a/perl-install/printer.pm b/perl-install/printer.pm index 2e426107c..df989355b 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -2022,8 +2022,7 @@ sub configure_hpoj { } else { print CONFIG "\n". - "# The serial number of the device that was originally detected on this port:\n" - ; + "# The serial number of the device that was originally detected on this port:\n"; if ($bus=~/^[pu]/) { print CONFIG "# Comment out if you want to disable serial-number matching.\n"; @@ -2096,7 +2095,7 @@ sub configure_hpoj { return $ptaldevice; } -sub parport_addr{ +sub parport_addr { # auto-detect the parallel port addresses my ($device) = @_; $device =~ m!^/dev/lp(\d+)$! or -- cgit v1.2.1