We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b3895 commit 3a5ac43Copy full SHA for 3a5ac43
sys/fmt/fmt.c
@@ -377,7 +377,7 @@ static const uint32_t _tenmap[] = {
377
10000000LU,
378
};
379
380
-#define TENMAP_SIZE ARRAY_SIZE(_tenmap)
+# define TENMAP_SIZE ARRAY_SIZE(_tenmap)
381
382
/* this is very probably not the most efficient implementation, as it at least
383
* pulls in floating point math. But it works, and it's always nice to have
0 commit comments