Skip to content

Commit f304134

Browse files
committed
More formatting
1 parent f53a4b4 commit f304134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/json/ext/vendor/jeaiii-ltoa.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ static const u64_t mask24 = (u64(1) << 24) - 1;
8585
static const u64_t mask32 = (u64(1) << 32) - 1;
8686
static const u64_t mask57 = (u64(1) << 57) - 1;
8787

88-
static
89-
char *to_text_from_ulong(char *b, u64_t n)
88+
static char *
89+
to_text_from_ulong(char *b, u64_t n)
9090
{
9191
if (n < u32(1e2)) {
9292
*cast_to_pair_ptr(b) = digits_fd[n];

0 commit comments

Comments
 (0)