]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/perf/p7519: fix coding style
authorJeff Hostetler <jeffhost@microsoft.com>
Fri, 25 Mar 2022 18:03:07 +0000 (18:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Mar 2022 23:04:17 +0000 (16:04 -0700)
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p7519-fsmonitor.sh

index c8be58f3c763beb7b890925251300494365b3900..5241eb6c4e5460af32d4afc976f3ae0ec505546a 100755 (executable)
@@ -72,7 +72,7 @@ then
        fi
 fi
 
-trace_start() {
+trace_start () {
        if test -n "$GIT_PERF_7519_TRACE"
        then
                name="$1"
@@ -91,7 +91,7 @@ trace_start() {
        fi
 }
 
-trace_stop() {
+trace_stop () {
        if test -n "$GIT_PERF_7519_TRACE"
        then
                unset GIT_TRACE2_PERF
@@ -133,7 +133,7 @@ test_expect_success "one time repo setup" '
        fi
 '
 
-setup_for_fsmonitor() {
+setup_for_fsmonitor () {
        # set INTEGRATION_SCRIPT depending on the environment
        if test -n "$INTEGRATION_PATH"
        then
@@ -173,7 +173,7 @@ test_perf_w_drop_caches () {
        test_perf "$@"
 }
 
-test_fsmonitor_suite() {
+test_fsmonitor_suite () {
        if test -n "$INTEGRATION_SCRIPT"; then
                DESC="fsmonitor=$(basename $INTEGRATION_SCRIPT)"
        else