fixed inconsistent newlines
authorChristoph von Wittich <christoph_vw@reactos.org>
Wed, 19 Oct 2005 17:18:34 +0000 (17:18 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Wed, 19 Oct 2005 17:18:34 +0000 (17:18 +0000)
svn path=/trunk/; revision=18600

reactos/w32api/include/excpt.h

index 646de45..8acb616 100644 (file)
 #ifndef        _EXCPT_H_
 #define        _EXCPT_H_
 
 #ifndef        _EXCPT_H_
 #define        _EXCPT_H_
 
-/* All the headers include this file. */\r
+/* All the headers include this file. */
 #if defined(__MINGW32__)
 #include <_mingw.h>
 #if defined(__MINGW32__)
 #include <_mingw.h>
-#endif\r
+#endif
 
 #include <windef.h>
 
 
 #include <windef.h>
 
@@ -89,4 +89,4 @@ typedef EXCEPTION_DISPOSITION (*PEXCEPTION_HANDLER)
 
 #endif /* Not RC_INVOKED */
 
 
 #endif /* Not RC_INVOKED */
 
-#endif /* _EXCPT_H_ not defined */
+#endif /* _EXCPT_H_ not defined */
\ No newline at end of file