diff options
| author | fukachan <fukachan> | 2002-03-30 11:08:33 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-03-30 11:08:33 +0000 |
| commit | 38458ad60b93e9cb78f62d576f2196b9ddd21858 (patch) | |
| tree | 3f932b9c99ee2e8fa74b1eb3ba37adb2cc0608ff /fml/lib/FML/Command/UserControl.pm | |
| parent | df7899c7e36c575cd5044b5c8b86388101c7fa4b (diff) | |
| download | fml8-38458ad60b93e9cb78f62d576f2196b9ddd21858.tar.gz fml8-38458ad60b93e9cb78f62d576f2196b9ddd21858.tar.bz2 fml8-38458ad60b93e9cb78f62d576f2196b9ddd21858.zip | |
white space cosmetics: nuke \s*$
Diffstat (limited to 'fml/lib/FML/Command/UserControl.pm')
| -rw-r--r-- | fml/lib/FML/Command/UserControl.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/UserControl.pm b/fml/lib/FML/Command/UserControl.pm index 99937b0c..1d88e518 100644 --- a/fml/lib/FML/Command/UserControl.pm +++ b/fml/lib/FML/Command/UserControl.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: UserControl.pm,v 1.13 2002/02/23 10:22:16 fukachan Exp $ +# $FML: UserControl.pm,v 1.1 2002/03/19 10:12:44 fukachan Exp $ # package FML::Command::UserControl; @@ -45,7 +45,7 @@ sub new # Descriptions: add user -# Arguments: OBJ($self) +# Arguments: OBJ($self) # HASH_REF($curproc) HASH_REF($command_args) HASH_REF($uc_args) # Side Effects: update maps # Return Value: none @@ -77,7 +77,7 @@ sub useradd # Descriptions: remove user -# Arguments: OBJ($self) +# Arguments: OBJ($self) # HASH_REF($curproc) HASH_REF($command_args) HASH_REF($uc_args) # Side Effects: update maps # Return Value: none |
