]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
script/run-make: convert a tab to spaces
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 10 Oct 2022 14:18:00 +0000 (10:18 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sun, 16 Oct 2022 15:50:50 +0000 (11:50 -0400)
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>
src/script/run-make.sh

index 525bde4a74232fb226f001d35877c4b101404e60..b20c8ad014a1c4a306bd9b529e1aad4189725771 100755 (executable)
@@ -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