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

    r1039 r1063  
    614614      }
    615615      free((CHAR *)mp1);
    616 # ifdef FORTIFY
    617   Fortify_LeaveScope();
    618 # endif
     616#     ifdef FORTIFY
     617      Fortify_LeaveScope();
     618#      endif
    619619    }
    620620    return 0;
     
    638638  hab2 = WinInitialize(0);
    639639  if (hab2) {
    640 # ifdef FORTIFY
    641   Fortify_EnterScope();
    642 # endif
     640#   ifdef FORTIFY
     641    Fortify_EnterScope();
     642#    endif
    643643    hmq2 = WinCreateMsgQueue(hab2, 128);
    644644    if (hmq2) {
     
    673673    // else
    674674    WinTerminate(hab2);
    675 # ifdef FORTIFY
     675#   ifdef FORTIFY
    676676    Fortify_LeaveScope();
    677 # endif
     677#    endif
    678678  }
    679679}
     
    799799              PostMsg(hwnd, WM_COMMAND, MPFROM2SHORT(IDM_RESCAN, 0), MPVOID);
    800800              free(ea);
    801 # ifdef FORTIFY
    802   Fortify_LeaveScope();
    803 # endif
     801#             ifdef FORTIFY
     802              Fortify_LeaveScope();
     803#              endif
    804804            }
    805805          }
     
    852852          if (!PostMsg(hwndAutoObj, UM_LOADFILE, MPFROMP(cf), MPVOID))
    853853            free(cf);
    854 # ifdef FORTIFY
    855   Fortify_LeaveScope();
    856 # endif
     854#           ifdef FORTIFY
     855            Fortify_LeaveScope();
     856#            endif
    857857        }
    858858      }
     
    911911    if (!PostMsg(hwndAutoObj, msg, mp1, mp2)) {
    912912      xfree((CHAR *)mp1, pszSrcFile, __LINE__);
    913 # ifdef FORTIFY
    914   Fortify_LeaveScope();
    915 # endif
     913#     ifdef FORTIFY
     914      Fortify_LeaveScope();
     915#      endif
    916916    }
    917917    return 0;
Note: See TracChangeset for help on using the changeset viewer.