VirtualBox

Changeset 2455 in kBuild for trunk/src/lib


Ignore:
Timestamp:
Jul 7, 2011 11:16:02 PM (13 years ago)
Author:
bird
Message:

nt_fullpath.c: spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt_fullpath.c

    r2413 r2455  
    284284
    285285
    286 typedef struct _IO_STATUS_BLOCK
     286typedef struct
    287287{
    288288    union
    289289    {
    290         LONG Status;
    291         PVOID Pointer;
     290        LONG    Status;
     291        PVOID   Pointer;
    292292    };
    293     ULONG_PTR Information;
     293    ULONG_PTR   Information;
    294294} MY_IO_STATUS_BLOCK, *PMY_IO_STATUS_BLOCK;
    295295
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