Cleanup: add whiteline after struct_size field
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Mar 2021 02:57:58 +0000 (22:57 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Mar 2021 03:10:40 +0000 (23:10 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I5a5ba8ee5e0f5b3fb539cb5c548f6086916f198b

include/lttng/ust-events.h

index 51719b5ba0fdc9960ee991bac0ff12d1d9dd9c6d..c9c118c26e1389c96ce9fcd358ece78b4b421b73 100644 (file)
@@ -473,6 +473,7 @@ struct lttng_ust_event_notifier_private;
  */
 struct lttng_ust_event_notifier {
        uint32_t struct_size;                           /* Size of this structure. */
+
        struct lttng_ust_event_common *parent;          /* Inheritance by aggregation. */
        struct lttng_ust_event_notifier_private *priv;  /* Private event notifier interface */
 
This page took 0.02488 seconds and 4 git commands to generate.