From 35ec2526b0bd16c7ee9884fda90b8e761e75425d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 20 Oct 2011 13:29:22 -0400 Subject: [PATCH] Remove empty line from tracepoint.h Signed-off-by: Mathieu Desnoyers --- include/ust/tracepoint.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ust/tracepoint.h b/include/ust/tracepoint.h index c484353..9feb9d5 100644 --- a/include/ust/tracepoint.h +++ b/include/ust/tracepoint.h @@ -99,7 +99,6 @@ struct tracepoint { { \ return __tracepoint_probe_register(#name, (void *)probe,\ data); \ - \ } \ static inline int \ __unregister_trace_##name(void (*probe)(data_proto), void *data)\ -- 2.34.1