From: Mathieu Desnoyers Date: Thu, 20 Oct 2011 17:29:22 +0000 (-0400) Subject: Remove empty line from tracepoint.h X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=35ec2526b0bd16c7ee9884fda90b8e761e75425d;p=ust.git Remove empty line from tracepoint.h Signed-off-by: Mathieu Desnoyers --- 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)\