Skip to content

Commit f53a4b4

Browse files
committed
Formatting
1 parent bfea515 commit f53a4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static const u64_t mask32 = (u64(1) << 32) - 1;
8686
static const u64_t mask57 = (u64(1) << 57) - 1;
8787

8888
static
89-
char* to_text_from_ulong(char* b, u64_t n)
89+
char *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)