From ade5b991177f8d23eb06f30ee96f537ee96d1822 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 1 Jun 2011 17:29:34 -0400 Subject: [PATCH] Coding style cleanup fix Signed-off-by: Mathieu Desnoyers --- ltt-ring-buffer-client.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.34.1