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

    r1047 r1063  
    825825          WinSetFocus(HWND_DESKTOP, WinWindowFromID(hwnd, GREP_MASK));
    826826          free(p);
    827 # ifdef FORTIFY
    828   Fortify_LeaveScope();
    829 # endif
     827#         ifdef FORTIFY
     828          Fortify_LeaveScope();
     829#          endif
    830830          break;
    831831        }
     
    927927                        GetPString(IDS_COULDNTSTARTTHREADTEXT));
    928928          free(p);
    929 # ifdef FORTIFY
    930   Fortify_LeaveScope();
    931 # endif
     929#         ifdef FORTIFY
     930          Fortify_LeaveScope();
     931#          endif
    932932          WinDismissDlg(hwnd, 0);
    933933          break;
     
    935935        DosSleep(100); //05 Aug 07 GKY 128
    936936        free(p);
    937 # ifdef FORTIFY
    938   Fortify_LeaveScope();
    939 # endif
     937#       ifdef FORTIFY
     938        Fortify_LeaveScope();
     939#        endif
    940940      }
    941941      if (changed) {
Note: See TracChangeset for help on using the changeset viewer.