From: Jérémie Galarneau Date: Thu, 6 Sep 2018 21:41:44 +0000 (-0400) Subject: Cleanup: remove superfluous empty line X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=938c57de605e65da12654a4963e466eb3ea4a85e Cleanup: remove superfluous empty line Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/runas.c b/src/common/runas.c index 0a5884826..4bd356a04 100644 --- a/src/common/runas.c +++ b/src/common/runas.c @@ -812,7 +812,6 @@ int run_as(enum run_as_cmd cmd, struct run_as_data *data, DBG("Socket closed unexpectedly... " "Restarting the worker process"); ret = run_as_restart_worker(global_worker); - if (ret == -1) { ERR("Failed to restart worker process."); goto err;