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:
@@ -69,9 +69,10 @@ public class ${name}Marshaller extends InvocationMarshaller
|
||||
$la.marshaller listener$la.index = new ${la.marshaller}();
|
||||
listener${la.index}.listener = arg$la.index;
|
||||
#end
|
||||
sendRequest(arg1, $m.code, new Object[] {
|
||||
sendRequest(arg1, $m.code, new Object[] {#if($m.hasArgs(true))
|
||||
|
||||
$m.getWrappedArgList(true)
|
||||
}$m.transport);
|
||||
#end}$m.transport);
|
||||
}
|
||||
#end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user