Fabian Maurer : comctl32/combo: Fix misleading indentation.

Alexandre Julliard julliard at winehq.org
Tue Mar 12 16:56:16 CDT 2019


Module: wine
Branch: master
Commit: a51e20f5e075faa4f6809702323f88727308865c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a51e20f5e075faa4f6809702323f88727308865c

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Tue Mar 12 19:02:31 2019 +0100

comctl32/combo: Fix misleading indentation.

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/comctl32/combo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comctl32/combo.c b/dlls/comctl32/combo.c
index 12ea7bb..8a533e6 100644
--- a/dlls/comctl32/combo.c
+++ b/dlls/comctl32/combo.c
@@ -1020,7 +1020,7 @@ static void CBDropDown( LPHEADCOMBO lphc )
         else
         {
             if (nItems > lphc->visibleItems)
-            nItems = lphc->visibleItems;
+                nItems = lphc->visibleItems;
             nDroppedHeight = nItems * nIHeight + COMBO_YBORDERSIZE();
         }
    }




More information about the wine-cvs mailing list