sun-fix-whitespace

Whitespace fixes.

Signed-off-by: Ricardo M. Correia <Ricardo.M.Correia@Sun.COM>
This commit is contained in:
Ricardo M. Correia
2010-01-07 16:58:30 +00:00
committed by Brian Behlendorf
parent b520b14305
commit f7e8739c94
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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