sfxge(4): cleanup: remove trailing whitespace
Sponsored by: Solarflare Communications, Inc. MFC after: 2 days
This commit is contained in:
parent
62b5fe03b9
commit
85365dfcbf
@ -1310,7 +1310,7 @@ extern int fix_lint;
|
||||
/*
|
||||
* Set or clear a numbered bit within an octword.
|
||||
*/
|
||||
|
||||
|
||||
#define EFX_SHIFT64(_bit, _base) \
|
||||
(((_bit) >= (_base) && (_bit) < (_base) + 64) ? \
|
||||
((uint64_t)1 << ((_bit) - (_base))) : \
|
||||
|
Loading…
x
Reference in New Issue
Block a user