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

    r1039 r1063  
    217217# ifdef FORTIFY
    218218  Fortify_EnterScope();
    219 # endif
     219#  endif
    220220  if (!dirsize) {
    221221    Runtime_Error(pszSrcFile, __LINE__, "no data");
     
    242242# ifdef FORTIFY
    243243  Fortify_LeaveScope();
    244 # endif
     244#  endif
    245245}
    246246
     
    275275    {
    276276      DIRSIZE *dirsize;
    277 # ifdef FORTIFY
    278   Fortify_EnterScope();
    279 # endif
     277#     ifdef FORTIFY
     278      Fortify_EnterScope();
     279#      endif
    280280      dirsize = xmalloc(sizeof(DIRSIZE), pszSrcFile, __LINE__);
    281281      if (!dirsize) {
     
    291291                      GetPString(IDS_COULDNTSTARTTHREADTEXT));
    292292        free(dirsize);
    293 # ifdef FORTIFY
    294   Fortify_LeaveScope();
    295 # endif
     293#       ifdef FORTIFY
     294        Fortify_LeaveScope();
     295#        endif
    296296        WinDismissDlg(hwnd, 0);
    297297        break;
Note: See TracChangeset for help on using the changeset viewer.