From c69c4a839f12bbf8869b3ae258b76411621df2c0 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 29 Apr 2011 18:58:55 +0000 Subject: Cleanup some DOS newlines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130529 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/libprofile/PathProfiling.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'runtime') diff --git a/runtime/libprofile/PathProfiling.c b/runtime/libprofile/PathProfiling.c index 161dfa0b24..9003c3f632 100644 --- a/runtime/libprofile/PathProfiling.c +++ b/runtime/libprofile/PathProfiling.c @@ -16,20 +16,20 @@ #include "Profiling.h" #include "llvm/Analysis/ProfileInfoTypes.h" #include -#if !defined(_MSC_VER) && !defined(__MINGW32__) -#include -#else -#include -#endif +#if !defined(_MSC_VER) && !defined(__MINGW32__) +#include +#else +#include +#endif #include #include #include #include // Must use __inline in Microsoft C -#if defined(_MSC_VER) -#define inline __inline -#endif +#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 */ -- cgit v1.2.3