Cleanup some DOS newlines.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 29 Apr 2011 18:58:55 +0000 (18:58 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 29 Apr 2011 18:58:55 +0000 (18:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130529 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/libprofile/PathProfiling.c

index 161dfa0b24064c7335e3cb067b0b485e69add90e..9003c3f6326903cd9911d5c7eca04838a818140e 100644 (file)
 #include "Profiling.h"
 #include "llvm/Analysis/ProfileInfoTypes.h"
 #include <sys/types.h>
-#if !defined(_MSC_VER) && !defined(__MINGW32__)\r
-#include <unistd.h>\r
-#else\r
-#include <io.h>\r
-#endif\r
+#if !defined(_MSC_VER) && !defined(__MINGW32__)
+#include <unistd.h>
+#else
+#include <io.h>
+#endif
 #include <string.h>
 #include <stdlib.h>
 #include <stdint.h>
 #include <stdio.h>
 
 // Must use __inline in Microsoft C
-#if defined(_MSC_VER)\r
-#define inline __inline\r
-#endif\r
+#if defined(_MSC_VER)
+#define inline __inline
+#endif
 
 /* note that this is used for functions with large path counts,
          but it is unlikely those paths will ALL be executed */