From 44f6feb735676fd04e9852830d977e2b60acba99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 11 Aug 2020 12:22:19 -0400 Subject: [PATCH] Clean-up: compat time: change spaces to tabs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: If28840c388baffd257e61ef1ecad7c1ea3e3fd68 --- src/common/compat/time.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/compat/time.h b/src/common/compat/time.h index f00a54127..eb67d39ec 100644 --- a/src/common/compat/time.h +++ b/src/common/compat/time.h @@ -53,8 +53,8 @@ int lttng_clock_gettime(clockid_t clk_id, struct timespec *tp) goto deallocate; } - tp->tv_sec = now.tv_sec; - tp->tv_nsec = now.tv_nsec; + tp->tv_sec = now.tv_sec; + tp->tv_nsec = now.tv_nsec; deallocate: mach_port_deallocate(mach_task_self(), clock); -- 2.34.1