From 88798b978a36809c515d3575a93bdb6cf66b35e0 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 10 Jul 2008 21:10:13 +0000 Subject: [PATCH] Why didn't I join these lines? git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5231 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/crowd/data/OccupantInfo.as | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/as/com/threerings/crowd/data/OccupantInfo.as b/src/as/com/threerings/crowd/data/OccupantInfo.as index 7a2619f52..b0db08908 100644 --- a/src/as/com/threerings/crowd/data/OccupantInfo.as +++ b/src/as/com/threerings/crowd/data/OccupantInfo.as @@ -100,8 +100,7 @@ public class OccupantInfo extends SimpleStreamableObject */ public function clone () :Object { - var that :OccupantInfo = - ClassUtil.newInstance(this) as OccupantInfo; + var that :OccupantInfo = ClassUtil.newInstance(this) as OccupantInfo; that.bodyOid = this.bodyOid; that.username = this.username; that.status = this.status;