about summary refs log tree commit diff
path: root/src/rt/rust_shape.cpp
diff options
context:
space:
mode:
authorEric Holk <eholk@mozilla.com>2011-08-05 17:08:22 -0700
committerEric Holk <eholk@mozilla.com>2011-08-05 17:08:22 -0700
commit50670eb4267b165441b8cb36739a636887cc683c (patch)
tree248d270cb78ba05fdf9f100f51f40a5860f53ba0 /src/rt/rust_shape.cpp
parentf9fd785cf50e31b043f44a7bd0fc24f31e67ec7b (diff)
downloadrust-50670eb4267b165441b8cb36739a636887cc683c.tar.gz
rust-50670eb4267b165441b8cb36739a636887cc683c.zip
Removing trailing whitespace in rust_shape.cpp
Diffstat (limited to 'src/rt/rust_shape.cpp')
-rw-r--r--src/rt/rust_shape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp
index 7d6f10ce54c..ced3d4971f7 100644
--- a/src/rt/rust_shape.cpp
+++ b/src/rt/rust_shape.cpp
@@ -786,7 +786,7 @@ data<T,U>::walk_tag(bool align, uint16_t tag_id, const uint8_t *info_ptr,
     if (variant_count > 1) {
         if (align) dp.align(ALIGNOF(uint32_t));
         process_tag_variant_ids(
-        U::data<uint32_t> tag_variant = 
+        U::data<uint32_t> tag_variant =
 }
 
 #endif