changeset 95:d86ad68f326f

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 May 2014 22:31:10 +0300
parents a7ee189eed27
children 3df6bec3c6b1
files th_util.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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