src/cx/iterator.h

changeset 628
1e2be40f0cb5
parent 551
2946e13c89a4
child 630
ac5e7f789048
     1.1 --- a/src/cx/iterator.h	Sun Nov 20 17:48:42 2022 +0100
     1.2 +++ b/src/cx/iterator.h	Sun Nov 20 21:08:36 2022 +0100
     1.3 @@ -164,4 +164,4 @@
     1.4  #define cx_foreach(type, elem, iter) \
     1.5  for (type elem; cxIteratorValid(&iter) && (elem = (type)cxIteratorCurrent(&iter)) != NULL ; cxIteratorNext(&iter)) // NOLINT(bugprone-macro-parentheses)
     1.6  
     1.7 -#endif /* UCX_ITERATOR_H */
     1.8 +#endif // UCX_ITERATOR_H

mercurial