]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/openbsd-tree.h
Revert "*: reindent pt. 2"
[mirror_frr.git] / lib / openbsd-tree.h
index bfa695fcdc8a84bcc0f53ffac02bd0ebfd96ca6b..859f751678f7ac45c82366a19ffc0a67773e0dc0 100644 (file)
@@ -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;