Minor formattting fixes.

diff --git a/include/commctrl.h b/include/commctrl.h
index c157aac..868e629 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -647,10 +647,7 @@
 
 #endif
 
-BOOL
-WINAPI
-_TrackMouseEvent(
-    LPTRACKMOUSEEVENT lpEventTrack);
+BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack);
 
 /* Flat Scrollbar control */
 
@@ -4844,7 +4841,7 @@
 typedef struct tagNMLINK
 {
   NMHDR hdr;
-  LITEM item ;
+  LITEM item;
 } NMLINK, *PNMLINK;
 
 #ifdef __cplusplus