[ros-diffs] [ion] 26660: - Fix line endings.

ion at svn.reactos.org ion at svn.reactos.org
Wed May 9 06:55:24 CEST 2007


Author: ion
Date: Wed May  9 08:55:24 2007
New Revision: 26660

URL: http://svn.reactos.org/svn/reactos?rev=26660&view=rev
Log:
- Fix line endings.

Modified:
    trunk/reactos/include/reactos/win32k/ntgdityp.h

Modified: trunk/reactos/include/reactos/win32k/ntgdityp.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntgdityp.h?rev=26660&r1=26659&r2=26660&view=diff
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdityp.h (original)
+++ trunk/reactos/include/reactos/win32k/ntgdityp.h Wed May  9 08:55:24 2007
@@ -123,24 +123,24 @@
 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




More information about the Ros-diffs mailing list