VirtualBox

Ignore:
Timestamp:
Feb 14, 2010 9:17:44 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57676
Message:

Additions: tabs -> spaces.

Location:
trunk/src/VBox/Additions/x11/VBoxClient
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display.cpp

    r26163 r26505  
    149149            if ((cx != cx0) || (cy != cy0) || RT_FAILURE(rc2))
    150150            {
    151                     /* If we are not stopping, sleep for a bit to avoid using up
    152                         too much CPU while retrying. */
    153                     if (RT_FAILURE(rc2))
    154                         RTThreadYield();
    155                     else
    156                     {
    157                         system("VBoxRandR");
     151                /* If we are not stopping, sleep for a bit to avoid using up
     152                    too much CPU while retrying. */
     153                if (RT_FAILURE(rc2))
     154                    RTThreadYield();
     155                else
     156                {
     157                    system("VBoxRandR");
    158158                    cx0 = cx;
    159159                    cy0 = cy;
    160                     }
     160                }
    161161            }
    162162        }
  • trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp

    r24607 r26505  
    6666                rc = VERR_INVALID_HANDLE;
    6767            }
    68             else
    69                 rc = VINF_SUCCESS;
     68        else
     69        rc = VINF_SUCCESS;
    7070        }
    7171        if (RT_SUCCESS(rc))
     
    117117            }
    118118            if (dbus_error_is_set(&err))
    119                 dbus_error_free(&err);
     119            dbus_error_free(&err);
    120120        }
    121121        if (msg != NULL)
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