From 6a494e2cbdd146bb13185d8220061322661a5f5a Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 3 Nov 2015 13:42:05 -0500 Subject: Astyle. --- toxcore/util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toxcore/util.h') diff --git a/toxcore/util.h b/toxcore/util.h index 7cf63178..bdbf7d3b 100644 --- a/toxcore/util.h +++ b/toxcore/util.h @@ -62,11 +62,11 @@ int create_recursive_mutex(pthread_mutex_t *mutex); typedef struct RingBuffer RingBuffer; bool rb_full(const RingBuffer *b); bool rb_empty(const RingBuffer *b); -void* rb_write(RingBuffer* b, void* p); -bool rb_read(RingBuffer* b, void** p); +void *rb_write(RingBuffer *b, void *p); +bool rb_read(RingBuffer *b, void **p); RingBuffer *rb_new(int size); void rb_kill(RingBuffer *b); uint16_t rb_size(const RingBuffer *b); -uint16_t rb_data(const RingBuffer* b, void** dest); +uint16_t rb_data(const RingBuffer *b, void **dest); #endif /* __UTIL_H__ */ -- cgit v1.2.3