]> git.lizzy.rs Git - rust.git/commitdiff
Fixing a long line
authorEric Holk <eric.holk@gmail.com>
Fri, 3 Aug 2012 02:20:11 +0000 (19:20 -0700)
committerEric Holk <eric.holk@gmail.com>
Fri, 3 Aug 2012 02:27:07 +0000 (19:27 -0700)
src/rustc/middle/ty.rs

index 0dc1b64524822da884fb304ba4e7d6e5e0228433..07e3897ede8793898aee83411c27a722eea26589 100644 (file)
@@ -3138,7 +3138,8 @@ fn normalize_vstore(vstore: vstore) -> vstore {
             match r.self_r {
                 some(_) =>
                     // This enum has a self region. Get rid of it
-                    mk_enum(cx, did, {self_r: none, self_ty: none, tps: r.tps}),
+                    mk_enum(cx, did,
+                            {self_r: none, self_ty: none, tps: r.tps}),
                 none =>
                     t
             },