Changeset 1063 for trunk/dll/killproc.c


Ignore:
Timestamp:
Jul 11, 2008, 5:33:36 AM (17 years ago)
Author:
Gregg Young
Message:

Fortify ifdef reformat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/killproc.c

    r1038 r1063  
    8686# ifdef FORTIFY
    8787  Fortify_EnterScope();
    88 # endif
     88#  endif
    8989  thab = WinInitialize(0);
    9090  thmq = WinCreateMsgQueue(thab, 0);
     
    138138  WinTerminate(thab);
    139139# ifdef FORTIFY
    140     Fortify_LeaveScope();
    141 # endif
     140  Fortify_LeaveScope();
     141#  endif
    142142}
    143143
     
    155155# ifdef FORTIFY
    156156  Fortify_EnterScope();
    157 # endif
     157#  endif
    158158  thab = WinInitialize(0);
    159159  thmq = WinCreateMsgQueue(thab, 0);
     
    207207  WinTerminate(thab);
    208208# ifdef FORTIFY
    209     Fortify_LeaveScope();
    210 # endif
     209  Fortify_LeaveScope();
     210#  endif
    211211}
    212212
     
    229229# ifdef FORTIFY
    230230  Fortify_EnterScope();
    231 # endif
     231#  endif
    232232  thab = WinInitialize(0);
    233233  thmq = WinCreateMsgQueue(thab, 0);
     
    309309  WinTerminate(thab);
    310310# ifdef FORTIFY
    311     Fortify_LeaveScope();
    312 # endif
     311  Fortify_LeaveScope();
     312#  endif
    313313}
    314314
Note: See TracChangeset for help on using the changeset viewer.