1
0
mirror of https://github.com/ceph/ceph synced 2025-03-20 17:27:01 +00:00

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 <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-10-10 10:18:00 -04:00
parent 8c1281965e
commit b16f3a45c5

View File

@ -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