From: Jérémie Galarneau Date: Tue, 11 Aug 2020 16:22:19 +0000 (-0400) Subject: Clean-up: consumer metadata cache: change space to tabs X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=3e20eae8260e21b31214031f63ea651902b2bc85 Clean-up: consumer metadata cache: change space to tabs Signed-off-by: Jérémie Galarneau Change-Id: I9abf075960a33bac01379fdc6fc79dca83f84ee2 --- diff --git a/src/common/consumer/consumer-metadata-cache.c b/src/common/consumer/consumer-metadata-cache.c index 822217174..03e12db55 100644 --- a/src/common/consumer/consumer-metadata-cache.c +++ b/src/common/consumer/consumer-metadata-cache.c @@ -118,12 +118,12 @@ int consumer_metadata_wakeup_pipe(const struct lttng_consumer_channel *channel) * the available data. */ ret = 0; - } else { + } else { PERROR("Wake-up UST metadata pipe"); ret = -1; goto end; - } - } + } + } } end: