diff options
Diffstat (limited to 'lib/openbsd-tree.h')
| -rw-r--r-- | lib/openbsd-tree.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/openbsd-tree.h b/lib/openbsd-tree.h index bfa695fcdc..859f751678 100644 --- a/lib/openbsd-tree.h +++ b/lib/openbsd-tree.h @@ -509,9 +509,7 @@ int _rb_check(const struct rb_type *, void *, unsigned long); return _cmp(l, r); \ } \ static const struct rb_type _name##_RB_INFO = { \ - _name##_RB_COMPARE, \ - _aug, \ - offsetof(struct _type, _field), \ + _name##_RB_COMPARE, _aug, offsetof(struct _type, _field), \ }; \ const struct rb_type *const _name##_RB_TYPE = &_name##_RB_INFO; |
