We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c7d1b commit 171671dCopy full SHA for 171671d
src/exppp/pretty_entity.c
@@ -41,6 +41,7 @@ void ENTITY_out( Entity e, int level ) {
41
SUBTYPEout( e->u.entity->subtype_expression );
42
}
43
44
+ exppp_linelength = linelen;
45
46
if( e->u.entity->supertype_symbols ) {
47
raw( "\n%*sSUBTYPE OF ( ", level, "" );
@@ -57,7 +58,6 @@ void ENTITY_out( Entity e, int level ) {
57
58
59
60
raw( ";\n" );
- exppp_linelength = linelen;
61
62
#if 0
63
/* add a little more space before entities if sub or super appears */
0 commit comments