From e388dadface5e83c3be4458097b6bc2108c16194 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Sat, 30 Aug 2003 15:09:46 +0000 Subject: [PATCH] replaced tab with 2 spaces. svn path=/trunk/; revision=5940 --- reactos/include/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/debug.h b/reactos/include/debug.h index 9ec9c18156b..14c4ce69647 100644 --- a/reactos/include/debug.h +++ b/reactos/include/debug.h @@ -17,7 +17,7 @@ #define __INTERNAL_DEBUG //#define UNIMPLEMENTED do {DbgPrint("%s at %s:%d is unimplemented, have a nice day\n",__FUNCTION__,__FILE__,__LINE__); for(;;); } while(0); -#define UNIMPLEMENTED DbgPrint("WARNING:\t%s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__); +#define UNIMPLEMENTED DbgPrint("WARNING: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__); /* FIXME: should probably remove this later */ #if !defined(CHECKED) && !defined(NDEBUG)