Cleanup: remove trailing white spaces across project
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index ce759ff18aa76ce638596b6f25d59d779a868edf..dd20852fec8ae6e58d210bc1fe7a288a677c3ff8 100644 (file)
@@ -61,6 +61,7 @@
 #include <signal.h>
 #include <time.h>
 #include <stdbool.h>
+#include <stdint.h>
 #include <urcu/compiler.h>
 #include <urcu/ref.h>
 #include <urcu/tls-compat.h>
@@ -1154,7 +1155,7 @@ void channel_release(struct channel *chan, struct lttng_ust_shm_handle *handle,
  * Call "destroy" callback, finalize channels, decrement the channel
  * reference count. Note that when readers have completed data
  * consumption of finalized channels, get_subbuf() will return -ENODATA.
- * They should release their handle at that point. 
+ * They should release their handle at that point.
  */
 void channel_destroy(struct channel *chan, struct lttng_ust_shm_handle *handle,
                int consumer)
This page took 0.023096 seconds and 4 git commands to generate.