VirtualBox

Ignore:
Timestamp:
Jan 6, 2014 4:37:22 PM (11 years ago)
Author:
vboxsync
Message:

Additions/VBoxService: indentation

File:
1 edited

Legend:

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

    r47973 r50026  
    554554           && RT_SUCCESS(rc))
    555555    {
    556 #ifdef RT_OS_DARWIN /* No ut_user->ut_session on Darwin */
     556# ifdef RT_OS_DARWIN /* No ut_user->ut_session on Darwin */
    557557        VBoxServiceVerbose(4, "Found entry \"%s\" (type: %d, PID: %RU32)\n",
    558558                           ut_user->ut_user, ut_user->ut_type, ut_user->ut_pid);
    559 #else
     559# else
    560560        VBoxServiceVerbose(4, "Found entry \"%s\" (type: %d, PID: %RU32, session: %RU32)\n",
    561561                           ut_user->ut_user, ut_user->ut_type, ut_user->ut_pid, ut_user->ut_session);
    562 #endif
     562# endif
    563563        if (cUsersInList > cListSize)
    564564        {
     
    590590    }
    591591
    592 #ifdef VBOX_WITH_DBUS
    593 # if defined(RT_OS_LINUX) /* Not yet for Solaris/FreeBSB. */
     592# ifdef VBOX_WITH_DBUS
     593#  if defined(RT_OS_LINUX) /* Not yet for Solaris/FreeBSB. */
    594594    DBusError dbErr;
    595595    DBusConnection *pConnection = NULL;
     
    783783        && dbus_error_is_set(&dbErr))
    784784        dbus_error_free(&dbErr);
    785 # endif /* RT_OS_LINUX */
    786 #endif /* VBOX_WITH_DBUS */
     785#  endif /* RT_OS_LINUX */
     786# endif /* VBOX_WITH_DBUS */
    787787
    788788    /** @todo Fedora/others: Handle systemd-loginctl. */
     
    819819
    820820    endutxent(); /* Close utmpx file. */
    821 #endif
     821#endif /* !RT_OS_WINDOWS && !RT_OS_FREEBSD && !RT_OS_HAIKU && !RT_OS_OS2 */
     822
    822823    Assert(RT_FAILURE(rc) || cUsersInList == 0 || (pszUserList && *pszUserList));
    823824
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