treewide: remove some trailing whitespace to please ofborg

This commit is contained in:
Patrick Hilhorst
2020-10-02 09:01:35 -07:00
committed by Jon
parent e9acc776d8
commit b133532434
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
substituteInPlace configure.sh \
--replace "/tmp/sdl-test" $(mktemp)
'';
configurePhase = ''
{ echo 2; echo $out; } | ./configure.sh
'';