]> granicus.if.org Git - sudo/commitdiff
Remove trailing spaces, no actual code changes.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Jun 2004 23:58:10 +0000 (23:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Jun 2004 23:58:10 +0000 (23:58 +0000)
compat.h
defaults.c
env.c

index d4318e72e34b3c3feb7a35865e0df075c00a8f31..c7248f33fe2ecfd753deb2970c304b0aa3d356b9 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -43,7 +43,7 @@
 # define OPEN_MAX      256
 #endif
 
-#ifndef INT_MAX 
+#ifndef INT_MAX
 # define INT_MAX       0x7fffffff
 #endif
 
index 3ec8cbde967094f4b68427334006fdaa9cbc736a..8876dfe77746aa8b7d04574eb13d59d6d15c5721 100644 (file)
@@ -622,7 +622,7 @@ store_list(str, def, op)
                break;
 
            /* Find end position and perform operation. */
-           for (end = start; *end && !isblank(*end); end++) 
+           for (end = start; *end && !isblank(*end); end++)
                ;
            list_op(start, end - start, def, op == '-' ? delete : add);
        } while (*end++ != '\0');
diff --git a/env.c b/env.c
index 610faaacc899daff209caae42599f76e60c4f4de..a2a69b362e6e5c41f8d14674216944ded34e27ee 100644 (file)
--- a/env.c
+++ b/env.c
@@ -68,7 +68,7 @@ static const char rcsid[] = "$Sudo$";
 #define DID_SHELL      0x08
 #undef DID_LOGNAME
 #define DID_LOGNAME    0x10
-#undef DID_USER    
+#undef DID_USER
 #define DID_USER       0x12
 
 #undef VNULL