From: Michael J. Spencer Date: Fri, 3 Dec 2010 18:04:11 +0000 (+0000) Subject: And I really hate line endings. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b39e33f39b8acae92cf1b1722db13da037c69fa9;p=oota-llvm.git And I really hate line endings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120821 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Windows/PathV2.inc b/lib/Support/Windows/PathV2.inc index 5b2e288f816..da5e8b60bd0 100644 --- a/lib/Support/Windows/PathV2.inc +++ b/lib/Support/Windows/PathV2.inc @@ -24,9 +24,9 @@ #include // MinGW doesn't define this. -#ifndef _ERRNO_T_DEFINED -#define _ERRNO_T_DEFINED -typedef int errno_t; +#ifndef _ERRNO_T_DEFINED +#define _ERRNO_T_DEFINED +typedef int errno_t; #endif using namespace llvm;