Skip to content

Commit 7acc93f

Browse files
author
_
committed
fix prefix strings
1 parent 811ab2e commit 7acc93f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pfa/pfa.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,8 @@ static void pyformat(FILE *file, FILE *out, struct vlbuf *origfile,
706706
space = 0;
707707
} else if (pretok == TOK_OPERATOR && postok == TOK_UNARYOP) {
708708
space = 1;
709+
} else if (pretok == TOK_LABEL && postok == TOK_STRING) {
710+
space = 0;
709711
} else if (pretok == TOK_LABEL && postok == TOK_UNARYOP) {
710712
space = 1;
711713
} else if (pretok == TOK_CBRACE && postok == TOK_UNARYOP) {

0 commit comments

Comments
 (0)