Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / main.cpp
index 312c243cf1a21cbd899285242e55fa636f73651a..8d59952d6d404b408dba3c77eb0838615790baa4 100644 (file)
@@ -1770,9 +1770,8 @@ int main(int argc, char **argv)
        }
 
        try {
-               the_rotation_thread_handle =
-                       lttng::make_unique<lttng::sessiond::rotation_thread>(
-                               *rotation_timer_queue, *the_notification_thread_handle);
+               the_rotation_thread_handle = lttng::make_unique<lttng::sessiond::rotation_thread>(
+                       *rotation_timer_queue, *the_notification_thread_handle);
        } catch (const std::exception& e) {
                retval = -1;
                ERR("Failed to create rotation thread: %s", e.what());
This page took 0.022605 seconds and 4 git commands to generate.