mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
move every function parameter declaration to its own line for a better readable.
This commit is contained in:
parent
3e42160655
commit
75a78c2ac2
@ -377,7 +377,8 @@ public class TextModuleWriter extends ModuleWriter {
|
|||||||
if( methodOutput == null ) {
|
if( methodOutput == null ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
methodOutput.append( '(' ).append( kind );
|
newline( methodOutput );
|
||||||
|
methodOutput.append( " (" ).append( kind );
|
||||||
if( options.debugNames() ) {
|
if( options.debugNames() ) {
|
||||||
if( name != null ) {
|
if( name != null ) {
|
||||||
methodOutput.append( " $" ).append( name );
|
methodOutput.append( " $" ).append( name );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user