From: Mathieu Desnoyers Date: Wed, 1 Jun 2011 21:29:34 +0000 (-0400) Subject: Coding style cleanup fix X-Git-Tag: v2.0-pre1~69 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=ade5b991177f8d23eb06f30ee96f537ee96d1822;p=lttng-modules.git Coding style cleanup fix Signed-off-by: Mathieu Desnoyers --- diff --git a/ltt-ring-buffer-client.h b/ltt-ring-buffer-client.h index 733a800c..c97b8743 100644 --- a/ltt-ring-buffer-client.h +++ b/ltt-ring-buffer-client.h @@ -134,7 +134,6 @@ unsigned char record_header_size(const struct lib_ring_buffer_config *config, offset += sizeof(uint32_t); /* id */ offset += lib_ring_buffer_align(offset, ltt_alignof(uint64_t)); offset += sizeof(uint64_t); /* timestamp */ - } break; default: @@ -402,7 +401,6 @@ static void ltt_buffer_read_close(struct lib_ring_buffer *buf) { lib_ring_buffer_release_read(buf); - } static