This is an automated email from the ASF dual-hosted git repository.

achennaka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 0edf6c9686f1784f16d218f41e0e68ff2e94f45d
Author: Alexey Serbin <[email protected]>
AuthorDate: Tue Jan 21 23:01:19 2025 -0800

    [thirdparty] fix indentation in download-thirdparty.sh
    
    This micro-patch addresses review feedback from [1].
    
    There are no functional modifications in this changelist.
    
    [1] 
https://gerrit.cloudera.org/#/c/22279/3/thirdparty/download-thirdparty.sh@498
    
    Change-Id: I9bae83fa4e6da1ff49e917d01577a72b36f8eb18
    Reviewed-on: http://gerrit.cloudera.org:8080/22366
    Reviewed-by: Ashwani Raina <[email protected]>
    Tested-by: Alexey Serbin <[email protected]>
    Reviewed-by: Abhishek Chennaka <[email protected]>
---
 thirdparty/download-thirdparty.sh | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/thirdparty/download-thirdparty.sh 
b/thirdparty/download-thirdparty.sh
index d14459c98..5031caafe 100755
--- a/thirdparty/download-thirdparty.sh
+++ b/thirdparty/download-thirdparty.sh
@@ -480,21 +480,21 @@ fetch_and_patch \
 
 JWT_CPP_PATCHLEVEL=0
 fetch_and_patch \
-  $JWT_CPP_NAME.tar.gz \
-  $JWT_CPP_SOURCE \
-  $JWT_CPP_PATCHLEVEL
+ $JWT_CPP_NAME.tar.gz \
+ $JWT_CPP_SOURCE \
+ $JWT_CPP_PATCHLEVEL
 
 RANGER_KMS_PATCHLEVEL=0
 fetch_and_patch \
-  $RANGER_KMS_NAME.tar.gz \
-  $RANGER_KMS_SOURCE \
-  $RANGER_KMS_PATCHLEVEL
+ $RANGER_KMS_NAME.tar.gz \
+ $RANGER_KMS_SOURCE \
+ $RANGER_KMS_PATCHLEVEL
 
 ROCKSDB_PATCHLEVEL=1
 fetch_and_patch \
-  $ROCKSDB_NAME.tar.gz \
-  $ROCKSDB_SOURCE \
-  $ROCKSDB_PATCHLEVEL \
+ $ROCKSDB_NAME.tar.gz \
+ $ROCKSDB_SOURCE \
+ $ROCKSDB_PATCHLEVEL \
  "patch -p1 < $TP_DIR/patches/rocksdb-gcc13.patch"
 
 echo "---------------"

Reply via email to