From 362d6f4eb6872429209c84b628af3c4a51b5874d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 6 Jun 2004 23:58:10 +0000 Subject: [PATCH] Remove trailing spaces, no actual code changes. --- compat.h | 2 +- defaults.c | 2 +- env.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.40.0