From: Jérémie Galarneau Date: Tue, 11 Aug 2020 16:22:19 +0000 (-0400) Subject: Clean-up: compat time: change spaces to tabs X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=44f6feb735676fd04e9852830d977e2b60acba99 Clean-up: compat time: change spaces to tabs Signed-off-by: Jérémie Galarneau Change-Id: If28840c388baffd257e61ef1ecad7c1ea3e3fd68 --- 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);