VirtualBox

Changeset 28548 in vbox


Ignore:
Timestamp:
Apr 21, 2010 8:42:33 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60357
Message:

Indent.

File:
1 edited

Legend:

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

    r28546 r28548  
    183183    else /* If not found delete stale entries. */
    184184    {
    185                 rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/Version", NULL);
    186                 rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/Revision", NULL);
    187         }
     185        rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/Version", NULL);
     186        rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/Revision", NULL);
     187    }
    188188
    189189#ifdef RT_OS_WINDOWS
     
    200200    else /* If not found delete stale entry. */
    201201    {
    202                 rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/InstallDir", NULL);
    203         }               
     202        rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/InstallDir", NULL);
     203    }
    204204    VBoxServiceWinGetComponentVersions(g_VMInfoGuestPropSvcClientID);
    205205#endif
    206206
    207         /* return rc; */
     207    /* return rc; */
    208208}
    209209
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