Skip to content

Commit 1a8282d

Browse files
committed
missing parens on supertype andor - stepcode#318
1 parent 1d2e33e commit 1a8282d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/exppp/pretty_expr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ void EXPR__out( Expression e, int paren, unsigned int previous_op ) {
140140
if( i != 1 ) {
141141
raw( ", " );
142142
}
143-
EXPR_out( arg, 0 );
143+
EXPR_out( arg, 1 );
144144
LISTod
145145

146146
if( exppp_linelength == indent2 ) {

0 commit comments

Comments
 (0)