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

    r1039 r1063  
    278278# ifdef FORTIFY
    279279  Fortify_EnterScope();
    280 # endif
     280#  endif
    281281  grep = *(GREP *)arg;
    282282  *grep.stopflag = 0;                   // reset thread-killing flag
     
    417417# ifdef FORTIFY
    418418  Fortify_LeaveScope();
    419 # endif
     419#  endif
    420420  DosPostEventSem(CompactSem);
    421421}
     
    617617              DosFindClose(findHandle);
    618618              free(pffbArray);
    619 # ifdef FORTIFY
    620   Fortify_LeaveScope();
    621 # endif
     619#             ifdef FORTIFY
     620              Fortify_LeaveScope();
     621#              endif
    622622              return 1;
    623623            }
     
    648648# ifdef FORTIFY
    649649  Fortify_LeaveScope();
    650 # endif
     650#  endif
    651651  return 0;
    652652}
     
    673673    grep->toinsert = 0L;
    674674    grep->insertedbytes = 0L;
    675 # ifdef FORTIFY
    676   Fortify_LeaveScope();
    677 # endif
     675#   ifdef FORTIFY
     676    Fortify_LeaveScope();
     677#    endif
    678678  }
    679679}
     
    783783        if (!grep->dir) {
    784784          free(grep->insertffb);
    785 # ifdef FORTIFY
    786   Fortify_LeaveScope();
    787 # endif
     785#         ifdef FORTIFY
     786          Fortify_LeaveScope();
     787#          endif
    788788          return FALSE;
    789789        }
     
    799799      if (!grep->dir) {
    800800        free(grep->insertffb[grep->toinsert]);
    801 # ifdef FORTIFY
    802   Fortify_LeaveScope();
    803 # endif
     801#       ifdef FORTIFY
     802        Fortify_LeaveScope();
     803#        endif
    804804        return FALSE;
    805805      }
     
    10191019      }
    10201020      free(input);
    1021 # ifdef FORTIFY
    1022   Fortify_LeaveScope();
    1023 # endif
     1021#     ifdef FORTIFY
     1022      Fortify_LeaveScope();
     1023#      endif
    10241024      // DosSleep(1);                   // 07 Feb 08 SHL
    10251025    }
     
    11361136    }
    11371137    free(buffer);
    1138 # ifdef FORTIFY
    1139   Fortify_LeaveScope();
    1140 # endif
     1138#   ifdef FORTIFY
     1139    Fortify_LeaveScope();
     1140#    endif
    11411141  }
    11421142  return CRC;
     
    11621162# ifdef FORTIFY
    11631163  Fortify_LeaveScope();
    1164 # endif
     1164#  endif
    11651165}
    11661166
     
    15121512      xfree(grep->dupesizes, pszSrcFile, __LINE__);
    15131513      grep->dupesizes = NULL;
    1514 # ifdef FORTIFY
    1515   Fortify_LeaveScope();
    1516 # endif
     1514#     ifdef FORTIFY
     1515      Fortify_LeaveScope();
     1516#      endif
    15171517
    15181518      InitITimer(pitdSleep, 0);         // Reset rate estimator
     
    16291629    if (!info->name) {
    16301630      free(info);
    1631 # ifdef FORTIFY
    1632   Fortify_LeaveScope();
    1633 # endif
     1631#     ifdef FORTIFY
     1632      Fortify_LeaveScope();
     1633#      endif
    16341634      return FALSE;
    16351635    }
Note: See TracChangeset for help on using the changeset viewer.