diff lib/getusershell.c @ 790:8f31f8f77f98

remove trailing blanks
author Jim Meyering <jim@meyering.net>
date Sun, 24 Nov 1996 03:04:12 +0000
parents b63f146fd963
children 2ca05983490f
line wrap: on
line diff
--- a/lib/getusershell.c
+++ b/lib/getusershell.c
@@ -177,7 +177,7 @@
   /* Skip blank space.  */
   while ((c = getc (stream)) != EOF && isspace (c))
     /* Do nothing. */ ;
-  
+
   while (c != EOF && !isspace (c))
     {
       (*name)[name_index++] = c;