diff options
author | skaluzka <skaluzka@protonmail.com> | 2021-09-07 23:44:44 +0200 |
---|---|---|
committer | skaluzka <skaluzka@protonmail.com> | 2021-09-07 23:44:44 +0200 |
commit | 82168e5e8bbd2600f99d37f85202c8126a959b24 (patch) | |
tree | ee0c0b2b1918a980b6391a7c06da45ef4891408e /scripts/maint/updateRustDependencies.sh | |
parent | 677b0c9f6d9d7793a6a2c961036017076fe2abf4 (diff) | |
download | tor-82168e5e8bbd2600f99d37f85202c8126a959b24.tar.gz tor-82168e5e8bbd2600f99d37f85202c8126a959b24.zip |
Align and fix indentations in several maint scripts
Use 4 spaces indentations, convert tabs to spaces.
No real code changes.
Diffstat (limited to 'scripts/maint/updateRustDependencies.sh')
-rwxr-xr-x | scripts/maint/updateRustDependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/updateRustDependencies.sh b/scripts/maint/updateRustDependencies.sh index 6d0587351f..e37a633675 100755 --- a/scripts/maint/updateRustDependencies.sh +++ b/scripts/maint/updateRustDependencies.sh @@ -26,7 +26,7 @@ TOML="$TOPLEVEL/src/rust/Cargo.toml" VENDORED="$TOPLEVEL/src/ext/rust/crates" CARGO=$(command -v cargo) -if ! test -f "$TOML" ; then +if ! test -f "$TOML" ; then printf "Error: Couldn't find workspace Cargo.toml in expected location: %s\\n" "$TOML" fi |