Skip to content

Commit c426ef6

Browse files
lemireanonrig
authored andcommitted
Formatting.
1 parent d4035ae commit c426ef6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/ada/character_sets-inl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ constexpr uint8_t PATH_PERCENT_ENCODE[32] = {
441441
// F8 F9 FA FB FC FD FE FF
442442
0x01 | 0x02 | 0x04 | 0x08 | 0x10 | 0x20 | 0x40 | 0x80};
443443

444-
445444
constexpr uint8_t COMPONENT_PERCENT_ENCODE[32] = {
446445
// 00 01 02 03 04 05 06 07
447446
0x01 | 0x02 | 0x04 | 0x08 | 0x10 | 0x20 | 0x40 | 0x80,
@@ -508,7 +507,6 @@ constexpr uint8_t COMPONENT_PERCENT_ENCODE[32] = {
508507
// F8 F9 FA FB FC FD FE FF
509508
0x01 | 0x02 | 0x04 | 0x08 | 0x10 | 0x20 | 0x40 | 0x80};
510509

511-
512510
constexpr uint8_t WWW_FORM_URLENCODED_PERCENT_ENCODE[32] = {
513511
// 00 01 02 03 04 05 06 07
514512
0x01 | 0x02 | 0x04 | 0x08 | 0x10 | 0x20 | 0x40 | 0x80,

0 commit comments

Comments
 (0)