Skip to content

Commit 3a5ac43

Browse files
maribucrasbe
andauthored
Update sys/fmt/fmt.c
Co-authored-by: crasbe <[email protected]>
1 parent c1b3895 commit 3a5ac43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/fmt/fmt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ static const uint32_t _tenmap[] = {
377377
10000000LU,
378378
};
379379

380-
#define TENMAP_SIZE ARRAY_SIZE(_tenmap)
380+
# define TENMAP_SIZE ARRAY_SIZE(_tenmap)
381381

382382
/* this is very probably not the most efficient implementation, as it at least
383383
* pulls in floating point math. But it works, and it's always nice to have

0 commit comments

Comments
 (0)