From: Todd C. Miller Date: Sun, 6 Jun 2004 23:58:10 +0000 (+0000) Subject: Remove trailing spaces, no actual code changes. X-Git-Tag: SUDO_1_6_8~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=362d6f4eb6872429209c84b628af3c4a51b5874d;p=sudo Remove trailing spaces, no actual code changes. --- diff --git a/compat.h b/compat.h index d4318e72e..c7248f33f 100644 --- 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 diff --git a/defaults.c b/defaults.c index 3ec8cbde9..8876dfe77 100644 --- a/defaults.c +++ b/defaults.c @@ -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 610faaacc..a2a69b362 100644 --- 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