cleanup: function attribute 'destructor'
[lttng-ust.git] / include / lttng / tracepoint.h
index d4733e057920c1cb38acb5fb1da09268c50d548f..927b1a3cd9ef83a48ec40053506d9cce20ed9e1f 100644 (file)
@@ -369,8 +369,9 @@ __tracepoints__init(void)
        __tracepoint__init_urcu_sym();
 }
 
-static void lttng_ust_notrace __attribute__((destructor))
-__tracepoints__destroy(void);
+static void
+__tracepoints__destroy(void)
+       lttng_ust_notrace __attribute__((destructor));
 static void
 __tracepoints__destroy(void)
 {
@@ -501,8 +502,9 @@ __tracepoints__ptrs_init(void)
        }
 }
 
-static void lttng_ust_notrace __attribute__((destructor))
-__tracepoints__ptrs_destroy(void);
+static void
+__tracepoints__ptrs_destroy(void)
+       lttng_ust_notrace __attribute__((destructor));
 static void
 __tracepoints__ptrs_destroy(void)
 {
This page took 0.02266 seconds and 4 git commands to generate.