From 9d303b37d73b8fe2bef310d8d9ca1acad23c2501 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sat, 22 Jul 2017 14:52:33 +0200 Subject: Revert "*: reindent pt. 2" This reverts commit c14777c6bfd0a446c85243d3a9835054a259c276. clang 5 is not widely available enough for people to indent with. This is particularly problematic when rebasing/adjusting branches. Signed-off-by: David Lamparter --- lib/openbsd-tree.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/openbsd-tree.h') 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; -- cgit v1.2.3