From 229d4c7decb71fd607aaec14ecbae81e380cc700 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 23 Dec 2016 02:08:40 -0800 Subject: Uncrustify fixes. --- src/core/message.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/message.c') diff --git a/src/core/message.c b/src/core/message.c index 39b87c25..f1e1fc99 100644 --- a/src/core/message.c +++ b/src/core/message.c @@ -186,10 +186,10 @@ nni_chunk_prepend(nni_chunk *ch, const void *data, size_t len) // We had enough capacity, just shuffle data down. memmove(ch->ch_ptr + len, ch->ch_ptr, ch->ch_len); } else if ((rv = nni_chunk_grow(ch, 0, len)) == 0) { - // We grew the chunk, so adjust. + // We grew the chunk, so adjust. ch->ch_ptr -= len; } else { - // Couldn't grow the chunk either. Error. + // Couldn't grow the chunk either. Error. return (rv); } -- cgit v1.2.3-70-g09d2