diff -r cc8cbabd27cd -r 1e2be40f0cb5 src/cx/linked_list.h --- a/src/cx/linked_list.h Sun Nov 20 17:48:42 2022 +0100 +++ b/src/cx/linked_list.h Sun Nov 20 21:08:36 2022 +0100 @@ -444,7 +444,7 @@ ) __attribute__((__nonnull__(1))); #ifdef __cplusplus -} /* extern "C" */ +} // extern "C" #endif -#endif /* UCX_LINKED_LIST_H */ +#endif // UCX_LINKED_LIST_H