Skip to content

Commit 8aa0209

Browse files
jeffhostetlergitster
authored andcommitted
t/perf/p7519: fix coding style
Signed-off-by: Jeff Hostetler <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 369f0f5 commit 8aa0209

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/perf/p7519-fsmonitor.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ then
7272
fi
7373
fi
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

0 commit comments

Comments
 (0)