generate a little less needless whitespace

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5277 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2008-07-30 17:21:25 +00:00
parent efaea0660c
commit f0c529bb19
@@ -69,9 +69,10 @@ public class ${name}Marshaller extends InvocationMarshaller
$la.marshaller listener$la.index = new ${la.marshaller}(); $la.marshaller listener$la.index = new ${la.marshaller}();
listener${la.index}.listener = arg$la.index; listener${la.index}.listener = arg$la.index;
#end #end
sendRequest(arg1, $m.code, new Object[] { sendRequest(arg1, $m.code, new Object[] {#if($m.hasArgs(true))
$m.getWrappedArgList(true) $m.getWrappedArgList(true)
}$m.transport); #end}$m.transport);
} }
#end #end
} }