VirtualBox

Changeset 19215 in vbox


Ignore:
Timestamp:
Apr 27, 2009 2:29:37 PM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt: style fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r19214 r19215  
    696696    /* Quartz2DMode doesn't refresh correctly on 32-bit Snow Leopard, use image mode. */
    697697    char szRelease[80];
    698     if (    RT_SUCCESS(RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szRelease, sizeof(szRelease)))
    699         &&  !strncmp(szRelease, "10.", 3))
     698    if (    RT_SUCCESS (RTSystemQueryOSInfo (RTSYSOSINFO_RELEASE, szRelease, sizeof (szRelease)))
     699        &&  !strncmp (szRelease, "10.", 3))
    700700        mode = VBoxDefs::QImageMode;
    701701# endif
Note: See TracChangeset for help on using the changeset viewer.

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