diff --git a/src/oc/hoclist.h b/src/oc/hoclist.h index 999faf5e5a..856d8ed633 100644 --- a/src/oc/hoclist.h +++ b/src/oc/hoclist.h @@ -66,7 +66,7 @@ constexpr auto range_sec(hoc_List* iterable) { return iterator{iterable->next}; } auto end() { - return iterator{(hoc_Item*)(iterable)}; + return iterator{(hoc_Item*) (iterable)}; } }; return iterable_wrapper{iterable};