File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7272 fi
7373fi
7474
75- trace_start () {
75+ trace_start () {
7676 if test -n " $GIT_PERF_7519_TRACE "
7777 then
7878 name=" $1 "
@@ -91,7 +91,7 @@ trace_start() {
9191 fi
9292}
9393
94- trace_stop () {
94+ trace_stop () {
9595 if test -n " $GIT_PERF_7519_TRACE "
9696 then
9797 unset GIT_TRACE2_PERF
@@ -133,7 +133,7 @@ test_expect_success "one time repo setup" '
133133 fi
134134'
135135
136- setup_for_fsmonitor () {
136+ setup_for_fsmonitor () {
137137 # set INTEGRATION_SCRIPT depending on the environment
138138 if test -n " $INTEGRATION_PATH "
139139 then
@@ -173,7 +173,7 @@ test_perf_w_drop_caches () {
173173 test_perf " $@ "
174174}
175175
176- test_fsmonitor_suite () {
176+ test_fsmonitor_suite () {
177177 if test -n " $INTEGRATION_SCRIPT " ; then
178178 DESC=" fsmonitor=$( basename $INTEGRATION_SCRIPT ) "
179179 else
You can’t perform that action at this time.
0 commit comments