summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Addr.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-11-10 14:50:18 +0000
committerfukachan <fukachan>2002-11-10 14:50:18 +0000
commitc5409a1d35332f9d7541c1127ecf0d53a535a4e6 (patch)
tree070f715c28519bce0bc3917d97a5e88e05e5c090 /fml/lib/FML/Process/Addr.pm
parentc299a9080b934436da4fb273741364ee80da3335 (diff)
downloadfml8-c5409a1d35332f9d7541c1127ecf0d53a535a4e6.tar.gz
fml8-c5409a1d35332f9d7541c1127ecf0d53a535a4e6.tar.bz2
fml8-c5409a1d35332f9d7541c1127ecf0d53a535a4e6.zip
cosmetic changes: white spaces
Diffstat (limited to 'fml/lib/FML/Process/Addr.pm')
-rw-r--r--fml/lib/FML/Process/Addr.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Addr.pm b/fml/lib/FML/Process/Addr.pm
index 6b761a81..f2d37fb4 100644
--- a/fml/lib/FML/Process/Addr.pm
+++ b/fml/lib/FML/Process/Addr.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Addr.pm,v 1.5 2002/09/22 14:56:51 fukachan Exp $
+# $FML: Addr.pm,v 1.1 2002/11/07 10:53:51 fukachan Exp $
#
package FML::Process::Addr;
@@ -230,7 +230,7 @@ sub _fmladdr
use FileHandle;
my $fh = new FileHandle "/etc/passwd";
if (defined $fh) {
- my ($user);
+ my ($user);
while (<$fh>) {
($user) = split(/:/, $_);