lttng-view: clean-up: remove unneeded empty line
[lttng-tools.git] / src / bin / lttng / commands / view.c
index 7900ea2de5347c1236b8db1bdc346f1586f72637..a13cb352510da0e3f2b60cc9a8c74f2b62f66870 100644 (file)
@@ -165,7 +165,6 @@ static char **alloc_argv_from_local_opts(const char **opts, size_t opts_len,
        char **argv;
        size_t size, mem_len;
 
-
        /* Add one for the NULL terminating element. */
        mem_len = opts_len + 1;
        if (session_live_mode) {
This page took 0.024497 seconds and 5 git commands to generate.