VirtualBox

Changeset 22874 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Sep 9, 2009 7:11:49 PM (15 years ago)
Author:
vboxsync
Message:

NAT: indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.h

    r22873 r22874  
    376376# define stdout NULL
    377377# ifdef DEBUG
    378 # define LIBALIAS_DEBUG
    379 # ifdef fprintf
    380 undef fprintf
    381 # endif
    382 # ifdef fflush
    383 undef fflush
    384 # endif
    385 # ifdef printf
    386 undef printf
    387 # endif
    388 #define fflush(x) do{}while(0)
     378#  define LIBALIAS_DEBUG
     379#  ifdef fprintf
     380 undef fprintf
     381#  endif
     382#  ifdef fflush
     383 undef fflush
     384#  endif
     385#  ifdef printf
     386 undef printf
     387#  endif
     388# define fflush(x) do{} while(0)
    389389# define fprintf vbox_slirp_fprintf
    390390# define printf vbox_slirp_printf
     
    395395    RTStrPrintfV(buffer, 1024, format, args);
    396396
    397 #if defined(DEBUG_vvl)
     397# if defined(DEBUG_vvl)
    398398    LogRel(("NAT:ALIAS: %s\n", buffer));
    399 #else
     399# else
    400400    Log2(("NAT:ALIAS: %s\n", buffer));
    401 #endif
     401# endif
    402402}
    403403static void vbox_slirp_printf(char *format, ...)
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