# HG changeset patch # User Matti Hamalainen # Date 1400700670 -10800 # Node ID d86ad68f326fbdd5fd1d4a09e5e889273a12e9ed # Parent a7ee189eed27b1563309a025e1df08495af35cc7 Cosmetics. diff -r a7ee189eed27 -r d86ad68f326f th_util.h --- a/th_util.h Wed May 21 21:52:16 2014 +0300 +++ b/th_util.h Wed May 21 22:31:10 2014 +0300 @@ -49,7 +49,7 @@ #endif -/* Replacement for assert() */ +// Replacement for assert() #ifdef HAVE_NO_ASSERT # ifdef NDEBUG # define assert(NEXPR) /* stub */ @@ -137,9 +137,9 @@ } qringbuf_t; qringbuf_t * th_ringbuf_new(const size_t size, void (*mdeallocator)(void *)); -BOOL th_ringbuf_grow(qringbuf_t *buf, const size_t n); -void th_ringbuf_free(qringbuf_t *buf); -void th_ringbuf_add(qringbuf_t *buf, void *ptr); +BOOL th_ringbuf_grow(qringbuf_t *buf, const size_t n); +void th_ringbuf_free(qringbuf_t *buf); +void th_ringbuf_add(qringbuf_t *buf, void *ptr); #ifdef __cplusplus