comctl32: Indentation fix

Andrew Talbot andrew.talbot at talbotville.com
Mon Dec 10 16:43:34 CST 2012


Changelog:
    comctl32: Indentation fix.

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;




More information about the wine-patches mailing list