barectf.c.j2: remove superfluous empty line
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2020 01:45:31 +0000 (21:45 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2020 01:45:31 +0000 (21:45 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/templates/c/barectf.c.j2

index 954df29aa191eeb41a952cc8c3b1ec65bb808c7d..00c07e0a57a55ec704a07039f9bf968c0e274043 100644 (file)
@@ -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;
        }
This page took 0.022868 seconds and 4 git commands to generate.