From b16f3a45c5b9bf82c96605079245d33ce40a97fc Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 10 Oct 2022 10:18:00 -0400 Subject: [PATCH] script/run-make: convert a tab to spaces There was a single line using a hard tab to indent, convert the tab and reformat the spacing of the line near it. Signed-off-by: John Mulligan --- src/script/run-make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/script/run-make.sh b/src/script/run-make.sh index 525bde4a742..b20c8ad014a 100755 --- a/src/script/run-make.sh +++ b/src/script/run-make.sh @@ -123,8 +123,8 @@ function prepare() { fi if test -f ./install-deps.sh ; then - in_jenkins && echo "CI_DEBUG: Running install-deps.sh" - $DRY_RUN source ./install-deps.sh || return 1 + in_jenkins && echo "CI_DEBUG: Running install-deps.sh" + $DRY_RUN source ./install-deps.sh || return 1 trap clean_up_after_myself EXIT fi -- 2.39.5