From 2f0daf6186a737e112beaf72f59bd7737d5a806b Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Wed, 9 May 2007 04:55:24 +0000 Subject: [PATCH] - Fix line endings. svn path=/trunk/; revision=26660 --- reactos/include/reactos/win32k/ntgdityp.h | 30 +++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/reactos/include/reactos/win32k/ntgdityp.h b/reactos/include/reactos/win32k/ntgdityp.h index 727a1ec42fe..550247aaa16 100644 --- a/reactos/include/reactos/win32k/ntgdityp.h +++ b/reactos/include/reactos/win32k/ntgdityp.h @@ -123,24 +123,24 @@ typedef struct _TMW_INTERNAL typedef struct _ENUMFONTDATAW ENUMFONTDATAW, *PENUMFONTDATAW; /* Number Representation */ -typedef struct _EFLOAT_S -{ - LONG lMant; - LONG lExp; +typedef struct _EFLOAT_S +{ + LONG lMant; + LONG lExp; } EFLOAT_S; /* XFORM Structures */ -typedef struct _MATRIX_S -{ - EFLOAT_S efM11; - EFLOAT_S efM12; - EFLOAT_S efM21; - EFLOAT_S efM22; - EFLOAT_S efDx; - EFLOAT_S efDy; - FIX fxDx; - FIX fxDy; - FLONG flAccel; +typedef struct _MATRIX_S +{ + EFLOAT_S efM11; + EFLOAT_S efM12; + EFLOAT_S efM21; + EFLOAT_S efM22; + EFLOAT_S efDx; + EFLOAT_S efDy; + FIX fxDx; + FIX fxDy; + FLONG flAccel; } MATRIX_S; #endif