diff -r c195c33de85d -r 8c0421ccbb58 src/cx/allocator.h --- a/src/cx/allocator.h Sun Feb 07 12:27:21 2021 +0100 +++ b/src/cx/allocator.h Sun Feb 07 15:35:52 2021 +0100 @@ -58,4 +58,4 @@ #define cxCalloc(a, nelem, n) (a)->calloc((a), nelem, n) #define cxFree(a, mem) (a)->free((a), mem) -#endif //UCX_ALLOCATOR_H +#endif /* UCX_ALLOCATOR_H */