Clean-up: apply suggested clang-tidy fixes
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.hpp
index 77564a168696fd0d58516f50767c5937c815339b..5e9b9d75e07c6741216d75578753133cfcc127bb 100644 (file)
@@ -81,7 +81,7 @@ private:
        lttng_poll_event _events;
 };
 
-struct rotation_thread_timer_queue *rotation_thread_timer_queue_create(void);
+struct rotation_thread_timer_queue *rotation_thread_timer_queue_create();
 void rotation_thread_timer_queue_destroy(struct rotation_thread_timer_queue *queue);
 void rotation_thread_enqueue_job(struct rotation_thread_timer_queue *queue,
                                 enum rotation_thread_job_type job_type,
This page took 0.024076 seconds and 4 git commands to generate.