From aa2ab4f0617c50de2501722205d3d0eaaf808ff4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 30 Dec 2018 18:47:47 -0500 Subject: [PATCH] [iter] WHitespace --- src/hb-iter.hh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/hb-iter.hh b/src/hb-iter.hh index 87a86b8e4..475c317de 100644 --- a/src/hb-iter.hh +++ b/src/hb-iter.hh @@ -179,14 +179,10 @@ struct hb_is_iterable { enum { value = _hb_is_iterable::value }; } * As such, just check for member is_iter being there. */ template char _hb_is_iterator (...) {}; -template int -_hb_is_iterator (hb_iter_t *) {}; -template int -_hb_is_iterator (hb_iter_t *) {}; -template int -_hb_is_iterator (hb_iter_t *) {}; -template int -_hb_is_iterator (hb_iter_t *) {}; +template int _hb_is_iterator (hb_iter_t *) {}; +template int _hb_is_iterator (hb_iter_t *) {}; +template int _hb_is_iterator (hb_iter_t *) {}; +template int _hb_is_iterator (hb_iter_t *) {}; static_assert (sizeof (char) != sizeof (int), ""); template