mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-12-13 11:01:36 +00:00
all: run clang-format and update checked-in files
Noisy commit, no functional changes. Generated with an current upstream clang-format and: clang-format -i $(find . -name \*.[ch]) Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
committed by
Anup Patel
parent
fbf986ac2a
commit
10baa64c02
@@ -93,6 +93,6 @@ static inline int __ffs(unsigned long word)
|
||||
*
|
||||
* Undefined if no zero exists, so code should check against ~0UL first.
|
||||
*/
|
||||
#define ffz(x) __ffs(~(x))
|
||||
#define ffz(x) __ffs(~(x))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user