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

    r1040 r1063  
    338338    pai->pszFileName = NullStr;
    339339    free(psz);
    340 # ifdef FORTIFY
    341   Fortify_LeaveScope();
    342 # endif
    343340  }
    344341}
     
    20082005      WinSendMsg(dcd->hwndCnr, UM_CLOSE, MPVOID, MPVOID);
    20092006      free(dcd);
    2010 # ifdef FORTIFY
    2011   Fortify_LeaveScope();
    2012 # endif
     2007#     ifdef FORTIFY
     2008      Fortify_LeaveScope();
     2009#      endif
    20132010      WinSetWindowPtr(dcd->hwndCnr, QWL_USER, NULL);
    20142011    }
     
    29142911        {
    29152912          LISTINFO *li;
    2916 # ifdef FORTIFY
    2917   Fortify_EnterScope();
    2918 # endif
     2913#         ifdef FORTIFY
     2914          Fortify_EnterScope();
     2915#          endif
    29192916          li = xmallocz(sizeof(LISTINFO), pszSrcFile, __LINE__);
    29202917          if (li) {
     
    29912988            else
    29922989              free(li);
    2993 # ifdef FORTIFY
    2994   Fortify_LeaveScope();
    2995 # endif
     2990#             ifdef FORTIFY
     2991              Fortify_LeaveScope();
     2992#              endif
    29962993          }
    29972994        }
     
    34643461        idinc = 0;
    34653462      WinSetWindowUShort(hwndFrame, QWS_ID, id);
    3466 # ifdef FORTIFY
    3467   Fortify_EnterScope();
    3468 # endif
     3463#     ifdef FORTIFY
     3464      Fortify_EnterScope();
     3465#      endif
    34693466      dcd = xmallocz(sizeof(DIRCNRDATA), pszSrcFile, __LINE__);
    34703467      if (!dcd) {
     
    35513548          PostMsg(hwndClient, WM_CLOSE, MPVOID, MPVOID);
    35523549          free(dcd);
    3553 # ifdef FORTIFY
    3554   Fortify_LeaveScope();
    3555 # endif
     3550#         ifdef FORTIFY
     3551          Fortify_LeaveScope();
     3552#          endif
    35563553          hwndFrame = (HWND) 0;
    35573554        }
Note: See TracChangeset for help on using the changeset viewer.