Cosmetic: Fix up line endings
authorMatthias Clasen <mclasen@redhat.com>
Thu, 19 Jul 2012 10:20:10 +0000 (06:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Jul 2012 10:20:41 +0000 (06:20 -0400)
Somehow a few ^M sneaked in here.

glib/gstrfuncs.c

index 777d12e..5d4da1c 100644 (file)
@@ -39,9 +39,9 @@
 #include <errno.h>
 #include <ctype.h>              /* For tolower() */
 
-#ifdef HAVE_XLOCALE_H\r
-/* Needed on BSD/OS X for e.g. strtod_l */\r
-#include <xlocale.h>\r
+#ifdef HAVE_XLOCALE_H
+/* Needed on BSD/OS X for e.g. strtod_l */
+#include <xlocale.h>
 #endif
 
 #ifdef G_OS_WIN32