From 1bc06bc59b048bc803bfd6029c923a73ba2bb3ff Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 1 Apr 2011 00:00:20 -0400 Subject: Cleanup typos and newlines --- src/test/run-pass/expr-alt.rs | 2 +- src/test/run-pass/expr-block-box.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test') diff --git a/src/test/run-pass/expr-alt.rs b/src/test/run-pass/expr-alt.rs index 859c5938..22cdf32a 100644 --- a/src/test/run-pass/expr-alt.rs +++ b/src/test/run-pass/expr-alt.rs @@ -28,4 +28,4 @@ fn test() { fn main() { test(); -} \ No newline at end of file +} diff --git a/src/test/run-pass/expr-block-box.rs b/src/test/run-pass/expr-block-box.rs index cee2a04c..e8ab6209 100644 --- a/src/test/run-pass/expr-block-box.rs +++ b/src/test/run-pass/expr-block-box.rs @@ -7,4 +7,4 @@ fn main() { }; check (*x == 100); -} \ No newline at end of file +} -- cgit v1.2.3