From d68954efa09c4cbd16a07d4bd93de688d64074c3 Mon Sep 17 00:00:00 2001 From: gareth Date: Sat, 29 Dec 2012 11:44:02 +0000 Subject: [PATCH] Fix the build by removing trailing whitespace. --- src/librustc/middle/resolve.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/librustc/middle/resolve.rs b/src/librustc/middle/resolve.rs index cdc41bc9da6e..1771edad809c 100644 --- a/src/librustc/middle/resolve.rs +++ b/src/librustc/middle/resolve.rs @@ -2120,7 +2120,7 @@ impl Resolver { // XXX: Shouldn't copy here. We need string builder functionality. return result; } - + fn import_directive_subclass_to_str(subclass: ImportDirectiveSubclass) -> ~str { match subclass { @@ -2128,7 +2128,7 @@ impl Resolver { GlobImport => ~"*" } } - + fn import_path_to_str(idents: ~[ident], subclass: ImportDirectiveSubclass) -> ~str { if idents.is_empty() { @@ -2139,7 +2139,7 @@ impl Resolver { self.import_directive_subclass_to_str(subclass)) } } - + /** * Attempts to resolve the given import. The return value indicates * failure if we're certain the name does not exist, indeterminate if we