Skip to content

Commit 3bd6eec

Browse files
committed
Fix indentation
1 parent da2a2f8 commit 3bd6eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pcre2_compile_class.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ while (TRUE)
12811281

12821282
if (tabopt < 0) tabopt = -tabopt;
12831283
#ifdef EBCDIC
1284-
{
1284+
{
12851285
uint8_t posix_vertical[4] = { CHAR_LF, CHAR_VT, CHAR_FF, CHAR_CR };
12861286
uint8_t posix_underscore = CHAR_UNDERSCORE;
12871287
uint8_t *chars = NULL;
@@ -1292,7 +1292,7 @@ while (TRUE)
12921292

12931293
for (; n > 0; ++chars, --n)
12941294
pbits.classbits[*chars/8] &= ~(1u << (*chars&7));
1295-
}
1295+
}
12961296
#else
12971297
if (tabopt == 1) pbits.classbits[1] &= ~0x3c;
12981298
else if (tabopt == 2) pbits.classbits[11] &= 0x7f;

0 commit comments

Comments
 (0)