Coding style cleanup fix
[lttng-modules.git] / ltt-ring-buffer-client.h
index 733a800cca89d94d9fd49e62cdf46c584c27b5da..c97b87430eb0eabe79a43e8687567cbddbc7a934 100644 (file)
@@ -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
This page took 0.041071 seconds and 4 git commands to generate.