From ab51051fcf3073a6fee91c50f4a95aa482f3aa2a Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 15 Jul 2005 16:50:39 +0000 Subject: [PATCH] (svn r2576) -Fix: Whitespace. Somehow a commit bypassed the pre-commit hook --- debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.c b/debug.c index 089f778508..a02e750fa8 100644 --- a/debug.c +++ b/debug.c @@ -51,7 +51,7 @@ typedef struct DebugLevel { DEBUG_LEVEL(pbs), #ifdef GPMI DEBUG_LEVEL(gpmi), -#endif +#endif DEBUG_LEVEL(npf) }; #undef DEBUG_LEVEL