VirtualBox

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


Ignore:
Timestamp:
Feb 2, 2007 6:21:31 PM (18 years ago)
Author:
vboxsync
Message:

spaces. dropped #include <string.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvNetSniffer.cpp

    r559 r571  
    3939#include <iprt/critsect.h>
    4040#include <VBox/param.h>
    41 
    42 #include <string.h>
    4341
    4442#include "Builtins.h"
     
    161159    int rc = VERR_INVALID_PARAMETER;
    162160
    163     for (uint32_t i=0;i<cPackets;i++)
     161    for (uint32_t i = 0; i < cPackets; i++)
    164162    {
    165163        rc = drvNetSnifferSend(pInterface, paPacket[i].pvBuf, paPacket[i].cb);
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