about summary refs log tree commit diff
path: root/src/test/run-make/missing-crate-dependency
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2015-03-14 16:09:26 -0700
committerTamir Duberstein <tamird@gmail.com>2015-03-15 11:25:43 -0700
commitf5765793b650e45e8c9bc89dfc7a4dc628123cb7 (patch)
tree36adbe36349138ea5a4578d3341a74825348570e /src/test/run-make/missing-crate-dependency
parentd51047ded072b412ec18a6f78c1fb80835a477f5 (diff)
downloadrust-f5765793b650e45e8c9bc89dfc7a4dc628123cb7.tar.gz
rust-f5765793b650e45e8c9bc89dfc7a4dc628123cb7.zip
Strip trailing whitespace
Diffstat (limited to 'src/test/run-make/missing-crate-dependency')
-rw-r--r--src/test/run-make/missing-crate-dependency/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/missing-crate-dependency/Makefile b/src/test/run-make/missing-crate-dependency/Makefile
index 3f8b97f2566..275658047d3 100644
--- a/src/test/run-make/missing-crate-dependency/Makefile
+++ b/src/test/run-make/missing-crate-dependency/Makefile
@@ -1,6 +1,6 @@
 -include ../tools.mk
 
-all: 
+all:
 	$(RUSTC) --crate-type=rlib crateA.rs
 	$(RUSTC) --crate-type=rlib crateB.rs
 	$(call REMOVE_RLIBS,crateA)