VirtualBox

Changeset 70453 in vbox


Ignore:
Timestamp:
Jan 3, 2018 6:12:38 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120059
Message:

nits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.cpp

    r70452 r70453  
    355355    /*
    356356     * Take the focus item (if any) as a starting point and find
    357      * the closest non-selected item
     357     * the closest non-selected item.
    358358     */
    359359    UIGChooserItem *pItem = focusItem();
     
    364364        int idxBefore = navigationList().indexOf(pItem) - 1;
    365365        int idxAfter  = idxBefore + 2;
    366         while(idxBefore >= 0 || idxAfter < navigationList().size())
     366        while (idxBefore >= 0 || idxAfter < navigationList().size())
    367367        {
    368368            if (idxBefore >= 0)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette