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

    r1039 r1063  
    386386        {
    387387          LISTINFO *li;
    388 # ifdef FORTIFY
    389   Fortify_EnterScope();
    390 # endif
     388#         ifdef FORTIFY
     389          Fortify_EnterScope();
     390#          endif
    391391          li = xmallocz(sizeof(LISTINFO), pszSrcFile, __LINE__);
    392392          if (li) {
     
    11301130
    11311131  if (ad) {
     1132#   ifdef FORTIFY
     1133    Fortify_EnterScope();
     1134#    endif
    11321135    hab2 = WinInitialize(0);
    11331136    if (hab2) {
    1134 # ifdef FORTIFY
    1135   Fortify_EnterScope();
    1136 # endif
    11371137      hmq2 = WinCreateMsgQueue(hab2, 256);
    11381138      if (hmq2) {
     
    11671167      else
    11681168        WinTerminate(hab2);
    1169 # ifdef FORTIFY
     1169    }
     1170#   ifdef FORTIFY
    11701171    Fortify_LeaveScope();
    1171 # endif
    1172     }
     1172#    endif
    11731173  }
    11741174}
     
    16471647# ifdef FORTIFY
    16481648  Fortify_EnterScope();
    1649 # endif
     1649#  endif
    16501650  if (!DosRequestMutexSem(ad->hmtxScan, SEM_INDEFINITE_WAIT)) {
    16511651    priority_normal();
     
    17601760  }
    17611761# ifdef FORTIFY
    1762     Fortify_LeaveScope();
    1763 # endif
     1762  Fortify_LeaveScope();
     1763#  endif
    17641764}
    17651765
     
    20572057# ifdef FORTIFY
    20582058  Fortify_EnterScope();
    2059 # endif
     2059#  endif
    20602060  if (!DosRequestMutexSem(ad->hmtxScan, SEM_INDEFINITE_WAIT)) {
    20612061    priority_normal();
     
    21182118  }
    21192119# ifdef FORTIFY
    2120     Fortify_LeaveScope();
    2121 # endif
     2120  Fortify_LeaveScope();
     2121#  endif
    21222122}
    21232123
     
    24752475    // fprintf(stderr,"Seeall: WM_CREATE\n");
    24762476    WinSetWindowPtr(hwnd, QWL_USER, NULL);
    2477 # ifdef FORTIFY
    2478   Fortify_EnterScope();
    2479 # endif
     2477#   ifdef FORTIFY
     2478    Fortify_EnterScope();
     2479#    endif
    24802480    pAD = xmallocz(sizeof(ALLDATA), pszSrcFile, __LINE__);
    24812481    if (pAD) {
     
    42934293      FreeAllFilesList(hwnd);
    42944294      free(pAD);
    4295 # ifdef FORTIFY
    4296       Fortify_LeaveScope();
    4297 # endif
    4298     }
     4295    }
     4296#   ifdef FORTIFY
     4297    Fortify_LeaveScope();
     4298#    endif
    42994299    break;
    43004300  }
Note: See TracChangeset for help on using the changeset viewer.