[EXPLORER][SHELL32] Smaller Start Menu (#6646)
[reactos.git] / base / shell / explorer / startmnu.cpp
index d306010..450d6e6 100644 (file)
@@ -97,9 +97,7 @@ CreateStartMenu(IN ITrayWindow *Tray,
     if (FAILED_UNEXPECTEDLY(hr))
         return NULL;
 
-    UpdateStartMenu(pMp,
-                    hbmBanner,
-                    bSmallIcons);
+    UpdateStartMenu(pMp, hbmBanner, bSmallIcons);
 
     *ppMenuBand = pMb.Detach();