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

    r1061 r1063  
    210210    if (!PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID))
    211211      WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID);
    212 # ifdef FORTIFY
    213   Fortify_LeaveScope();
    214 # endif
     212#     ifdef FORTIFY
     213      Fortify_LeaveScope();
     214#      endif
    215215    break;
    216216  }
     
    58075807      PostMsg(hwnd, WM_COMMAND, MPFROMLONG(IDM_QUICKSETTINGS), MPVOID);
    58085808    }
    5809 # ifdef FORTIFY
    5810   Fortify_EnterScope();
    5811 # endif
     5809#   ifdef FORTIFY
     5810    Fortify_EnterScope();
     5811#    endif
    58125812    return 0;
    58135813  }
     
    63936393    if (!PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID))
    63946394      WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID);
    6395 # ifdef FORTIFY
    6396   free_commands();
    6397   free_associations();
    6398   free_udirs();
    6399   free_ldir();
    6400   free_archivers();
    6401   free_tools();
    6402   Fortify_LeaveScope();
    6403 # endif
     6395#     ifdef FORTIFY
     6396      free_commands();
     6397      free_associations();
     6398      free_udirs();
     6399      free_ldir();
     6400      free_archivers();
     6401      free_tools();
     6402      Fortify_LeaveScope();
     6403#      endif
    64046404    break;
    64056405  }
Note: See TracChangeset for help on using the changeset viewer.