sfxge(4): cleanup: remove trailing whitespace

Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
This commit is contained in:
Andrew Rybchenko 2016-12-28 10:40:21 +00:00
parent 62b5fe03b9
commit 85365dfcbf

View File

@ -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))) : \