Skip to content

Commit d83be2e

Browse files
committed
[NTUSER][INCLUDE] Trivial formatting of TRANSMSG and TRANSMSGLIST
CORE-11700
1 parent 9a8049c commit d83be2e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

win32ss/include/ntuser.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,13 +1211,15 @@ typedef struct _IMEWND
12111211
PIMEUI pimeui;
12121212
} IMEWND, *PIMEWND;
12131213

1214-
typedef struct tagTRANSMSG {
1214+
typedef struct tagTRANSMSG
1215+
{
12151216
UINT message;
12161217
WPARAM wParam;
12171218
LPARAM lParam;
12181219
} TRANSMSG, *PTRANSMSG, *LPTRANSMSG;
12191220

1220-
typedef struct tagTRANSMSGLIST {
1221+
typedef struct tagTRANSMSGLIST
1222+
{
12211223
UINT uMsgCount;
12221224
TRANSMSG TransMsg[1];
12231225
} TRANSMSGLIST, *PTRANSMSGLIST, *LPTRANSMSGLIST;

0 commit comments

Comments
 (0)