about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2013-05-08 01:01:31 +0900
committerSeo Sanghyeon <sanxiyn@gmail.com>2013-05-08 01:01:31 +0900
commit784e8369caf0e04fb7fe5a5330f286aa195dfb82 (patch)
treeae6565055edd0626cb76a9ec8c5938d5631206fd
parent0e052f5685aa6ae69eb96609c6de3785b312d32d (diff)
downloadrust-784e8369caf0e04fb7fe5a5330f286aa195dfb82.tar.gz
rust-784e8369caf0e04fb7fe5a5330f286aa195dfb82.zip
Remove trailing whitespace
-rw-r--r--src/librustc/middle/ty.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/middle/ty.rs b/src/librustc/middle/ty.rs
index d06c1efbc30..2b46497b77d 100644
--- a/src/librustc/middle/ty.rs
+++ b/src/librustc/middle/ty.rs
@@ -3921,7 +3921,7 @@ pub fn lookup_packed(tcx: ctxt, did: def_id) -> bool {
     has_attr(tcx, did, "packed")
 }
 
-/// Determine whether an item is annotated with `#[simd]` 
+/// Determine whether an item is annotated with `#[simd]`
 pub fn lookup_simd(tcx: ctxt, did: def_id) -> bool {
     has_attr(tcx, did, "simd")
 }