From 9aeb842c26506413b03f5dbdbad19ce083bb6955 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 3 Sep 2020 21:45:31 -0400 Subject: [PATCH] barectf.c.j2: remove superfluous empty line Signed-off-by: Philippe Proulx --- barectf/templates/c/barectf.c.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/barectf/templates/c/barectf.c.j2 b/barectf/templates/c/barectf.c.j2 index 954df29..00c07e0 100644 --- a/barectf/templates/c/barectf.c.j2 +++ b/barectf/templates/c/barectf.c.j2 @@ -530,7 +530,6 @@ static uint32_t _ev_size_{{ stream_type.name }}_{{ ev_type.name }}(void * const sctx->cur_last_event_ts = ctx->cbs.{{ def_clk_type.name }}_clock_get_value(ctx->data); {% endif %} - if (!ctx->is_tracing_enabled) { goto end; } -- 2.34.1