Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / event-rule / log4j-logging-internal.hpp
index a65e74b6d1c50d29459ffea72d8406a7e59db1c5..239bf98ee41e0769d0c481e572e11f33760c0974 100644 (file)
@@ -8,9 +8,10 @@
 #ifndef LTTNG_EVENT_RULE_LOG4J_LOGGING_INTERNAL_H
 #define LTTNG_EVENT_RULE_LOG4J_LOGGING_INTERNAL_H
 
-#include <common/payload-view.hpp>
 #include <common/macros.hpp>
 #include <common/optional.hpp>
+#include <common/payload-view.hpp>
+
 #include <lttng/event-rule/event-rule-internal.hpp>
 #include <lttng/event-rule/log4j-logging.h>
 #include <lttng/event.h>
@@ -51,8 +52,7 @@ struct lttng_event_rule_log4j_logging_comm {
        char payload[];
 } LTTNG_PACKED;
 
-ssize_t lttng_event_rule_log4j_logging_create_from_payload(
-               struct lttng_payload_view *view,
-               struct lttng_event_rule **rule);
+ssize_t lttng_event_rule_log4j_logging_create_from_payload(struct lttng_payload_view *view,
+                                                          struct lttng_event_rule **rule);
 
 #endif /* LTTNG_EVENT_RULE_LOG4J_LOGGING_INTERNAL_H */
This page took 0.022532 seconds and 4 git commands to generate.