Commit 1fa9f22b authored by Eli Schwartz's avatar Eli Schwartz Committed by Holger Levsen
Browse files

bin: giant cleanup of trailing whitespace

parent 1b36569b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,4 +8,3 @@ curl https://jenkins.debian.net/jnlpJars/jenkins-cli.jar -o $TMPFILE
java -jar $TMPFILE -s http://localhost:8080/ set-build-result aborted
rm $TMPFILE
exit
+4 −5
Original line number Diff line number Diff line
@@ -503,4 +503,3 @@ echo "Debug: Removing trap."
trap - INT TERM EXIT
echo "Debug: Cleanup fine"
cleanup_all fine
+0 −1
Original line number Diff line number Diff line
@@ -205,4 +205,3 @@ bootstrap
run "$@"
trap - INT TERM EXIT
cleanup
+0 −1
Original line number Diff line number Diff line
@@ -177,4 +177,3 @@ else
	cleanup_srv
fi
cleanup_workspace
+0 −1
Original line number Diff line number Diff line
@@ -117,4 +117,3 @@ case $1 in
		exit 1
		;;
esac
Loading