From 8bf4946c164913124dc634eca8942c1f2c2fdd89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 30 Jan 2020 12:12:45 -0500 Subject: [PATCH 1/1] lttng-view: clean-up: remove unneeded empty line MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I358abf4e41ac248a4c422772ebdfc4ffdc7fe196 --- src/bin/lttng/commands/view.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.34.1