VirtualBox

Changeset 23576 in vbox for trunk


Ignore:
Timestamp:
Oct 6, 2009 8:25:06 AM (15 years ago)
Author:
vboxsync
Message:

VBoxService: Space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.cpp

    r23575 r23576  
    4949            VBoxServiceVerbose(3, "Writing guest property \"%s\"=\"%s\"\n", pszNameUTF8, pszValueFormat);
    5050            rc = VbglR3GuestPropWriteValueV(u32ClientId, pszNameUTF8, pszValueFormat, va);
    51             if(RT_FAILURE(rc))
     51            if (RT_FAILURE(rc))
    5252                 VBoxServiceError("Error writing guest property \"%s\"=\"%s\" (rc=%Rrc)\n", pszNameUTF8, pszValueFormat, rc);
    5353            va_end(va);
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