aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-06-28 19:21:09 -0700
committerGraydon Hoare <[email protected]>2010-06-28 19:21:09 -0700
commitbd059a354d74983cc8f5aea2abb9f09db670b86c (patch)
treec9c0de21687b7407e5eda1f91bafc2c21a231869 /src
parentMove more of the GC logic into the runtime. (diff)
downloadrust-bd059a354d74983cc8f5aea2abb9f09db670b86c.tar.xz
rust-bd059a354d74983cc8f5aea2abb9f09db670b86c.zip
Whitespace.
Diffstat (limited to 'src')
-rw-r--r--src/boot/me/resolve.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/resolve.ml b/src/boot/me/resolve.ml
index 489655f3..1f563c76 100644
--- a/src/boot/me/resolve.ml
+++ b/src/boot/me/resolve.ml
@@ -906,7 +906,7 @@ let pattern_resolving_visitor
* are only looking at the fact that it's a tag-like type at all, and
* asking for its arity, it doesn't matter that the possibly parametric
* tag type has its parameters unbound here. *)
- let tag_ty =
+ let tag_ty =
fn_output_ty (Hashtbl.find cx.ctxt_all_item_types tag_ctor_id)
in
begin