From: Jérémie Galarneau Date: Thu, 30 Jan 2020 17:12:45 +0000 (-0500) Subject: lttng-view: clean-up: remove unneeded empty line X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=8bf4946c164913124dc634eca8942c1f2c2fdd89 lttng-view: clean-up: remove unneeded empty line Signed-off-by: Jérémie Galarneau Change-Id: I358abf4e41ac248a4c422772ebdfc4ffdc7fe196 --- diff --git a/src/bin/lttng/commands/view.c b/src/bin/lttng/commands/view.c index 7900ea2de..a13cb3525 100644 --- a/src/bin/lttng/commands/view.c +++ b/src/bin/lttng/commands/view.c @@ -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) {