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