Changeset 1063 for trunk/dll/inis.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/inis.c

    r1039 r1063  
    127127
    128128  if (inirec) {
    129 # ifdef FORTIFY
    130   Fortify_EnterScope();
    131 # endif
     129#   ifdef FORTIFY
     130    Fortify_EnterScope();
     131#    endif
    132132    hab2 = WinInitialize(0);
    133133    if (hab2) {
     
    297297              MPVOID);
    298298    free(inirec);
    299 # ifdef FORTIFY
     299#   ifdef FORTIFY
    300300    Fortify_LeaveScope();
    301 # endif
     301#    endif
    302302  }
    303303}
     
    342342
    343343  if (prfp) {
    344 # ifdef FORTIFY
    345   Fortify_EnterScope();
    346 # endif
     344#   ifdef FORTIFY
     345    Fortify_EnterScope();
     346#    endif
    347347    hab2 = WinInitialize(0);
    348348    if (hab2) {
     
    444444    xfree(prfp->pszSysName, pszSrcFile, __LINE__);
    445445    free(prfp);
    446 # ifdef FORTIFY
     446#   ifdef FORTIFY
    447447    Fortify_LeaveScope();
    448 # endif
     448#    endif
    449449  }
    450450}
Note: See TracChangeset for help on using the changeset viewer.