Merge pull request #3480 from zwarich/trailing-whitespace

Fix trailing whitespace tidy errors

Reviewed-by: larsbergstrom
This commit is contained in:
bors-servo 2014-09-25 17:00:34 -06:00
commit c2d6d8084c
4 changed files with 8 additions and 5 deletions

View file

@ -145,3 +145,4 @@ impl LintPass for UnrootedPass {
} }
} }
} }

View file

@ -237,3 +237,4 @@ impl<'a> JSTraceable for &'a str {
// Do nothing // Do nothing
} }
} }

View file

@ -64,3 +64,4 @@ macro_rules! untraceable(
} }
); );
) )