Cleanup: remove trailing white spaces across project
[lttng-ust.git] / liblttng-ust / lttng-ring-buffer-metadata-client.h
index 45340a7b67f052dbe52467bfe8b53eae2cb44ae9..1ca8b580d19ba5ae3582851d9b1536642787019f 100644 (file)
@@ -20,6 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <stddef.h>
 #include <stdint.h>
 #include <lttng/ust-events.h>
 #include "lttng/bitfield.h"
@@ -272,7 +273,6 @@ void lttng_event_write(struct lttng_ust_lib_ring_buffer_ctx *ctx, const void *sr
 
 static
 size_t lttng_packet_avail_size(struct channel *chan, struct lttng_ust_shm_handle *handle)
-                            
 {
        unsigned long o_begin;
        struct lttng_ust_lib_ring_buffer *buf;
This page took 0.023049 seconds and 4 git commands to generate.