Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / notification / channel-internal.hpp
index 44fd9cf1637c8e2c217964c1e58ec2f2f984e57b..34014f16ffbc652e6ac91e5cead59cff506c554d 100644 (file)
@@ -87,7 +87,8 @@ struct pending_notification {
 struct lttng_notification_channel {
        using uptr = std::unique_ptr<
                lttng_notification_channel,
-               lttng::details::create_unique_class<lttng_notification_channel, lttng_notification_channel_destroy>::deleter>;
+               lttng::details::create_unique_class<lttng_notification_channel,
+                                                   lttng_notification_channel_destroy>::deleter>;
 
        pthread_mutex_t lock;
        int socket;
This page took 0.023042 seconds and 4 git commands to generate.