Imported Upstream version 1.1.6
[platform/upstream/pam.git] / modules / pam_userdb / create.pl
index 224204b..06915c9 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# this program creates a database in ARGV[1] from pairs given on 
+# this program creates a database in ARGV[1] from pairs given on
 # stdandard input
 #
 # $Id$
@@ -19,5 +19,3 @@ while (<STDIN>) {
   $lusers{$user} = $pass;
 }
 untie %lusers;
-
-