VirtualBox

Changeset 11759

Show
Ignore:
Timestamp:
08/28/08 15:00:27 (3 months ago)
Author:
vboxsync
Message:

Tab removing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Devices/Network/DrvNAT.cpp

    r11758 r11759  
    148148        slirp_input(pThis->pNATState, (uint8_t *)pvBuf, cb); 
    149149#else 
    150                ether_chk(pThis, pvBuf, cb); 
    151 #endif 
    152        
     150        ether_chk(pThis, pvBuf, cb); 
     151#endif 
     152   
    153153    RTCritSectLeave(&pThis->CritSect); 
    154154    LogFlow(("drvNATSend: end\n")); 
     
    235235    slirp_select_fill(pThis->pNATState, &cFDs, &ReadFDs, &WriteFDs, &XcptFDs); 
    236236#else 
    237        nat_select_fill(NULL, &cFDs, &ReadFDs, &WriteFDs, &XcptFDs); 
     237    nat_select_fill(NULL, &cFDs, &ReadFDs, &WriteFDs, &XcptFDs); 
    238238#endif 
    239239 
     
    245245#else 
    246246    if (cReadFDs >= 0) { 
    247                nat_select_poll(pThis, &ReadFDs, &WriteFDs, &XcptFDs); 
    248        
     247        nat_select_poll(pThis, &ReadFDs, &WriteFDs, &XcptFDs); 
     248   
    249249#endif 
    250250 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy