From 857324f5f9f11acef99ab55eab86f3e6d246366a Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 3 Aug 2012 02:02:05 +0000 Subject: [PATCH] Fix mixed line endings svn path=/trunk/boinc/; revision=25963 --- api/ttfont.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/ttfont.cpp b/api/ttfont.cpp index d4ee435bbb..070f974350 100644 --- a/api/ttfont.cpp +++ b/api/ttfont.cpp @@ -30,9 +30,9 @@ // originally adapted by Carl Christensen -#if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) -#include "boinc_win.h" -#endif +#if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) +#include "boinc_win.h" +#endif #include "boinc_gl.h" #include