From 675b2d1098cf9d638e1531d0d5429c2a1b4a6176 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Wed, 19 Oct 2005 17:18:34 +0000 Subject: [PATCH] fixed inconsistent newlines svn path=/trunk/; revision=18600 --- reactos/w32api/include/excpt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/w32api/include/excpt.h b/reactos/w32api/include/excpt.h index 646de45466c..8acb6166feb 100644 --- a/reactos/w32api/include/excpt.h +++ b/reactos/w32api/include/excpt.h @@ -14,10 +14,10 @@ #ifndef _EXCPT_H_ #define _EXCPT_H_ -/* All the headers include this file. */ +/* All the headers include this file. */ #if defined(__MINGW32__) #include <_mingw.h> -#endif +#endif #include @@ -89,4 +89,4 @@ typedef EXCEPTION_DISPOSITION (*PEXCEPTION_HANDLER) #endif /* Not RC_INVOKED */ -#endif /* _EXCPT_H_ not defined */ +#endif /* _EXCPT_H_ not defined */ \ No newline at end of file