From 092fc0ab2216a63a8ff698ff61ed9fefe54fa31a Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Wed, 23 Nov 2011 13:20:37 -0800 Subject: [PATCH] extra whitespace --- src/test/run-pass/shape_intrinsic_tag_then_rec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-pass/shape_intrinsic_tag_then_rec.rs b/src/test/run-pass/shape_intrinsic_tag_then_rec.rs index 858dd4074d4..c34f2cf6636 100644 --- a/src/test/run-pass/shape_intrinsic_tag_then_rec.rs +++ b/src/test/run-pass/shape_intrinsic_tag_then_rec.rs @@ -1,5 +1,5 @@ // Exercises a bug in the shape code that was exposed -// on x86_64: when there is a tag embedded in an +// on x86_64: when there is a tag embedded in an // interior record which is then itself interior to // something else, shape calculations were off. use std;