From 0366b4194e617643463bb9d7a21b81ae6b5a7b23 Mon Sep 17 00:00:00 2001 From: Austin English Date: Tue, 23 Feb 2016 02:40:28 -0600 Subject: [PATCH] include: Fix tagLOGCOLORSPACEW indentation. Signed-off-by: Austin English Signed-off-by: Alexandre Julliard --- include/wingdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wingdi.h b/include/wingdi.h index ff114066426..dbe12cd3d62 100644 --- a/include/wingdi.h +++ b/include/wingdi.h @@ -193,7 +193,7 @@ typedef struct tagLOGCOLORSPACEA CHAR lcsFilename[MAX_PATH]; } LOGCOLORSPACEA, *LPLOGCOLORSPACEA; - typedef struct tagLOGCOLORSPACEW +typedef struct tagLOGCOLORSPACEW { DWORD lcsSignature; DWORD lcsVersion;