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

    r1047 r1063  
    101101# ifdef FORTIFY
    102102  Fortify_EnterScope();
    103 # endif
     103#  endif
    104104  vw = xmallocz(sizeof(XMLEWNDPTR), pszSrcFile, __LINE__);
    105105  if (!vw)
     
    12661266      }
    12671267    }
    1268 # ifdef FORTIFY
    1269   Fortify_LeaveScope();
    1270 # endif
     1268#   ifdef FORTIFY
     1269    Fortify_LeaveScope();
     1270#    endif
    12711271    break;
    12721272  }
Note: See TracChangeset for help on using the changeset viewer.