Module: wine Branch: master Commit: 441780b2f1375f3cded9ba6f90718871b839f22b URL: http://source.winehq.org/git/wine.git/?a=commit;h=441780b2f1375f3cded9ba6f90...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Mon Dec 10 22:43:34 2012 +0000
comctl32: Indentation fix.
---
dlls/comctl32/treeview.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/comctl32/treeview.c b/dlls/comctl32/treeview.c index 3b2f747..57cb70c 100644 --- a/dlls/comctl32/treeview.c +++ b/dlls/comctl32/treeview.c @@ -1562,7 +1562,7 @@ TREEVIEW_DeleteItem(TREEVIEW_INFO *infoPtr, HTREEITEM item) newFirstVisible = item->prevSibling; else if (item->parent != infoPtr->root) newFirstVisible = item->parent; - TREEVIEW_SetFirstVisible(infoPtr, NULL, TRUE); + TREEVIEW_SetFirstVisible(infoPtr, NULL, TRUE); } else newFirstVisible = infoPtr->firstVisible;