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

    r1047 r1063  
    8080    case IDM_EXTRACT:
    8181      {
    82 # ifdef FORTIFY
    83   Fortify_EnterScope();
    84 # endif
     82#     ifdef FORTIFY
     83      Fortify_EnterScope();
     84#      endif
    8585        li = xmallocz(sizeof(LISTINFO), pszSrcFile, __LINE__);
    8686        if (li) {
     
    105105              FreeListInfo(wk->li);
    106106              free(wk);
    107 # ifdef FORTIFY
    108   Fortify_LeaveScope();
    109 # endif
     107#             ifdef FORTIFY
     108              Fortify_LeaveScope();
     109#              endif
    110110            }
    111111          }
     
    118118  }
    119119  FreeUndo();
     120# ifdef FORTIFY
     121  Fortify_LeaveScope();
     122#  endif
    120123}
    121124
     
    135138
    136139
    137 # ifdef FORTIFY
    138   Fortify_EnterScope();
    139 # endif
    140140  if (wk) {
     141#   ifdef FORTIFY
     142    Fortify_EnterScope();
     143#    endif
    141144    if (wk->li && wk->li->list && wk->li->list[0]) {
    142145      hab2 = WinInitialize(0);
     
    978981      FreeListInfo(wk->li);
    979982    free(wk);
    980 # ifdef FORTIFY
    981   Fortify_LeaveScope();
    982 # endif
     983#   ifdef FORTIFY
     984    Fortify_LeaveScope();
     985#    endif
    983986    DosPostEventSem(CompactSem);
    984987  }
     
    995998
    996999
    997 # ifdef FORTIFY
    998   Fortify_EnterScope();
    999 # endif
    10001000  if (wk) {
     1001#   ifdef FORTIFY
     1002    Fortify_EnterScope();
     1003#    endif
    10011004    if (wk->li && wk->li->list && wk->li->list[0]) {
    10021005      hab2 = WinInitialize(0);
     
    16431646      FreeListInfo(wk->li);
    16441647    free(wk);
    1645 # ifdef FORTIFY
    1646   Fortify_LeaveScope();
    1647 # endif
     1648#   ifdef FORTIFY
     1649    Fortify_LeaveScope();
     1650#    endif
    16481651    DosPostEventSem(CompactSem);
    16491652  }
Note: See TracChangeset for help on using the changeset viewer.