VirtualBox

Changeset 49949 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 17, 2013 10:13:48 AM (11 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl: Indents for preprocessor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r49679 r49949  
    1919#if defined(RT_OS_WINDOWS)
    2020#elif defined(RT_OS_LINUX)
    21 #   include <errno.h>
    22 #   include <sys/ioctl.h>
    23 #   include <sys/poll.h>
    24 #   include <sys/fcntl.h>
    25 #   include <sys/types.h>
    26 #   include <sys/wait.h>
    27 #   include <net/if.h>
    28 #   include <linux/if_tun.h>
    29 #   include <stdio.h>
    30 #   include <stdlib.h>
    31 #   include <string.h>
     21# include <errno.h>
     22# include <sys/ioctl.h>
     23# include <sys/poll.h>
     24# include <sys/fcntl.h>
     25# include <sys/types.h>
     26# include <sys/wait.h>
     27# include <net/if.h>
     28# include <linux/if_tun.h>
     29# include <stdio.h>
     30# include <stdlib.h>
     31# include <string.h>
    3232#elif defined(RT_OS_FREEBSD)
    33 #   include <errno.h>
    34 #   include <sys/ioctl.h>
    35 #   include <sys/poll.h>
    36 #   include <sys/fcntl.h>
    37 #   include <sys/types.h>
    38 #   include <sys/wait.h>
    39 #   include <stdio.h>
    40 #   include <stdlib.h>
    41 #   include <string.h>
     33# include <errno.h>
     34# include <sys/ioctl.h>
     35# include <sys/poll.h>
     36# include <sys/fcntl.h>
     37# include <sys/types.h>
     38# include <sys/wait.h>
     39# include <stdio.h>
     40# include <stdlib.h>
     41# include <string.h>
    4242#elif defined(RT_OS_SOLARIS)
    43 #   include <iprt/coredumper.h>
     43# include <iprt/coredumper.h>
    4444#endif
    4545
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