Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 22 hours ago
parent
commit
28423eed96
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/SDL3/SDL_bits.h

+ 2 - 1
include/SDL3/SDL_bits.h

@@ -48,7 +48,8 @@ extern __inline int _SDL_bsr_watcom(Uint32);
 /**
 /**
  * Get the index of the most significant (set) bit in a 32-bit number.
  * Get the index of the most significant (set) bit in a 32-bit number.
  *
  *
- * This operation can also be stated as "count leading zeroes" and "log base 2".
+ * This operation can also be stated as "count leading zeroes" and "log base
+ * 2".
  *
  *
  * Note that this is a forced-inline function in a header, and not a public
  * Note that this is a forced-inline function in a header, and not a public
  * API function available in the SDL library (which is to say, the code is
  * API function available in the SDL library (which is to say, the code is