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

    r1038 r1063  
    984984# ifdef FORTIFY
    985985  Fortify_EnterScope();
    986 # endif
     986#  endif
    987987  if (G_hevDataMin == NULLHANDLE) {
    988988    // Create just once for any thread that might use it
     
    10781078  if (hab != NULLHANDLE)
    10791079    WinTerminate(hab);
    1080 # ifdef FORTIFY
     1080#   ifdef FORTIFY
    10811081    Fortify_LeaveScope();
    1082 # endif
     1082#    endif
    10831083}                                       // dataminThread
    10841084
Note: See TracChangeset for help on using the changeset viewer.