mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: spaces, casts, comments
This commit is contained in:
@@ -37,7 +37,7 @@ extern const uchar _my_bits_reverse_table[256];
|
||||
- returns 0 for (1<<0)
|
||||
- returns 1 for (1<<1)
|
||||
- returns 2 for (1<<2)
|
||||
- returns 2 for 3, which has (1<<2) as the highest bit set.
|
||||
- returns 1 for 3, which has (1<<1) as the highest bit set.
|
||||
|
||||
Note, the behaviour of log2(0) is not defined.
|
||||
Let's return 0 for the input 0, for the code simplicity.
|
||||
|
Reference in New Issue
Block a user