Skip to content

Commit 171671d

Browse files
committed
Don't aggressively wrap SUBTYPEs - leave as before
1 parent d4c7d1b commit 171671d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exppp/pretty_entity.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ void ENTITY_out( Entity e, int level ) {
4141
SUBTYPEout( e->u.entity->subtype_expression );
4242
}
4343
}
44+
exppp_linelength = linelen;
4445

4546
if( e->u.entity->supertype_symbols ) {
4647
raw( "\n%*sSUBTYPE OF ( ", level, "" );
@@ -57,7 +58,6 @@ void ENTITY_out( Entity e, int level ) {
5758
}
5859

5960
raw( ";\n" );
60-
exppp_linelength = linelen;
6161

6262
#if 0
6363
/* add a little more space before entities if sub or super appears */

0 commit comments

Comments
 (0)