mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
sun-fix-whitespace
Whitespace fixes. Signed-off-by: Ricardo M. Correia <Ricardo.M.Correia@Sun.COM>
This commit is contained in:
committed by
Brian Behlendorf
parent
b520b14305
commit
f7e8739c94
+1
-1
@@ -167,7 +167,7 @@ list_prev(list_t *list, void *object)
|
||||
static inline int
|
||||
list_link_active(list_node_t *node)
|
||||
{
|
||||
return (node->next != LIST_POISON1) && (node->prev != LIST_POISON2);
|
||||
return (node->next != LIST_POISON1) && (node->prev != LIST_POISON2);
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
||||
Reference in New Issue
Block a user