Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.hpp
index 02ff2b2fe1549baece8eb03563e5cf86fa39d658..daf5b5f3e97c733aad048996b488313bf1472ee1 100644 (file)
 namespace lttng {
 namespace sessiond {
 
-enum class rotation_thread_job_type {
-       SCHEDULED_ROTATION,
-       CHECK_PENDING_ROTATION
-};
+enum class rotation_thread_job_type { SCHEDULED_ROTATION, CHECK_PENDING_ROTATION };
 
 struct rotation_thread_timer_queue;
 
@@ -43,7 +40,7 @@ public:
        using uptr = std::unique_ptr<rotation_thread>;
 
        rotation_thread(rotation_thread_timer_queue& rotation_timer_queue,
-                              notification_thread_handle& notification_thread_handle);
+                       notification_thread_handle& notification_thread_handle);
        ~rotation_thread();
 
        /* Only use through the lttng_thread facilities. */
This page took 0.023223 seconds and 4 git commands to generate.