Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-08-09 06:49:38 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-08-09 06:49:38 +0400
commitc9fadf3b49ec07bf3b25ba0e1a75842ddc702f4d (patch)
tree466e3f2e47b7feeb172ef4cba4a19bfe4e48c148 /winsup
parent154215ec386ef19e95030ea92165b32fde2c924c (diff)
* include/commctrl.h: Whitespace change.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/include/commctrl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/w32api/include/commctrl.h b/winsup/w32api/include/commctrl.h
index 94cad841c..7f0798594 100644
--- a/winsup/w32api/include/commctrl.h
+++ b/winsup/w32api/include/commctrl.h
@@ -1853,9 +1853,9 @@ typedef struct tagTVINSERTSTRUCTW {
#define TV_INSERTSTRUCTW TVINSERTSTRUCTW
#define LPTV_INSERTSTRUCTW LPTVINSERTSTRUCTW
typedef struct tagTVHITTESTINFO {
- POINT pt;
- UINT flags;
- HTREEITEM hItem;
+ POINT pt;
+ UINT flags;
+ HTREEITEM hItem;
} TVHITTESTINFO, *LPTVHITTESTINFO;
#define _TV_HITTESTINFO tagTVHITTESTINFO
#define TV_HITTESTINFO TVHITTESTINFO