Skip to content

Commit 18927b1

Browse files
committed
Fix coding style
1 parent ad4de7a commit 18927b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Parser/tokenizer.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,8 @@ static void fp_ungetc(int c, struct tok_state *tok) {
492492
the sequence if yes, 0 if not. The special cases match
493493
those in stringlib/codecs.h:utf8_decode.
494494
*/
495-
static int valid_utf8(const unsigned char* s)
495+
static int
496+
valid_utf8(const unsigned char* s)
496497
{
497498
int expected = 0;
498499
int length;

0 commit comments

Comments
 (0)