diff --git a/src/hb-iter.hh b/src/hb-iter.hh index fc0147a5c..79c8cfa2a 100644 --- a/src/hb-iter.hh +++ b/src/hb-iter.hh @@ -172,10 +172,10 @@ template struct _hb_is_iterator_of { char operator () (...) { return 0; }; - template int operator () (hb_iter_t *) { return 0; }; - template int operator () (hb_iter_t *) { return 0; }; - template int operator () (hb_iter_t *) { return 0; }; - template int operator () (hb_iter_t *) { return 0; }; + template int operator () (hb_iter_t *) { return 0; } + template int operator () (hb_iter_t *) { return 0; } + template int operator () (hb_iter_t *) { return 0; } + template int operator () (hb_iter_t *) { return 0; } static_assert (sizeof (char) != sizeof (int), ""); }; template