Clean-up: run clang-format 14 on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-commands.cpp
index ee0eb76b47b66712f9c95af5718a79f3a9d1b32c..2f275477b133e9c488d21beb38cdccbe6e516e6f 100644 (file)
@@ -48,7 +48,8 @@ static int run_command_wait(struct notification_thread_handle *handle,
        }
        pthread_mutex_unlock(&handle->cmd_queue.lock);
 
-       command_completion_waiter.wait();;
+       command_completion_waiter.wait();
+       ;
        return 0;
 error_unlock_queue:
        pthread_mutex_unlock(&handle->cmd_queue.lock);
@@ -62,7 +63,7 @@ notification_thread_command_copy(const struct notification_thread_command *origi
 
        try {
                new_cmd = new notification_thread_command;
-       } catch (const std::bad_alloc &e) {
+       } catch (const std::bad_alloce) {
                ERR("Failed to allocate notification_thread_command: %s", e.what());
                return nullptr;
        }
This page took 0.023262 seconds and 4 git commands to generate.