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:
parent
8c1281965e
commit
b16f3a45c5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user