--- 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 */
--- a/src/cx/list.h	Sun Feb 07 12:27:21 2021 +0100
+++ b/src/cx/list.h	Sun Feb 07 15:35:52 2021 +0100
@@ -29,4 +29,4 @@
 #ifndef UCX_LIST_H
 #define UCX_LIST_H
 
-#endif //UCX_LIST_H
+#endif /* UCX_LIST_H */