Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / event-rule / user-tracepoint.cpp
index 83c7c885c784e99868ef3e8c9c9f07aaf7554339..e892b0ce89cf4d2c3274f2785226d76bd77e5431 100644 (file)
@@ -160,7 +160,8 @@ static int lttng_event_rule_user_tracepoint_serialize(const struct lttng_event_r
 
                serialized_len = len;
                /* Append exclusion length, includes the null terminator. */
-               ret = lttng_dynamic_buffer_append(&payload->buffer, &serialized_len, sizeof(serialized_len));
+               ret = lttng_dynamic_buffer_append(
+                       &payload->buffer, &serialized_len, sizeof(serialized_len));
                if (ret) {
                        goto end;
                }
This page took 0.022824 seconds and 4 git commands to generate.