summaryrefslogtreecommitdiff
path: root/scripts/maint/updateRustDependencies.sh
diff options
context:
space:
mode:
authorskaluzka <skaluzka@protonmail.com>2021-09-07 23:44:44 +0200
committerskaluzka <skaluzka@protonmail.com>2021-09-07 23:44:44 +0200
commit82168e5e8bbd2600f99d37f85202c8126a959b24 (patch)
treeee0c0b2b1918a980b6391a7c06da45ef4891408e /scripts/maint/updateRustDependencies.sh
parent677b0c9f6d9d7793a6a2c961036017076fe2abf4 (diff)
downloadtor-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-xscripts/maint/updateRustDependencies.sh2
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