diff options
author | Ricardo M. Correia <[email protected]> | 2010-01-07 16:58:30 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-01-08 09:37:54 -0800 |
commit | f7e8739c940c4175b5298de9a00c8c7974aff489 (patch) | |
tree | 4967b02f5f355d84e7f02d06cdf0e30f82bb6349 /include/sys/list.h | |
parent | b520b14305975bc8b18d3b8e3844ba6c4e119a0d (diff) |
sun-fix-whitespace
Whitespace fixes.
Signed-off-by: Ricardo M. Correia <[email protected]>
Diffstat (limited to 'include/sys/list.h')
-rw-r--r-- | include/sys/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/list.h b/include/sys/list.h index 0a4cf1183..faf7c7a45 100644 --- a/include/sys/list.h +++ b/include/sys/list.h @@ -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 |