Clean-up: compat time: change spaces to tabs
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Aug 2020 16:22:19 +0000 (12:22 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Aug 2020 16:23:15 +0000 (12:23 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: If28840c388baffd257e61ef1ecad7c1ea3e3fd68

src/common/compat/time.h

index f00a54127c7369a2c7612847d642cd4504de61c7..eb67d39ec74bcb3ef5b1ad877f0c41d25e172423 100644 (file)
@@ -53,8 +53,8 @@ int lttng_clock_gettime(clockid_t clk_id, struct timespec *tp)
                goto deallocate;
        }
 
                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);
 
 deallocate:
        mach_port_deallocate(mach_task_self(), clock);
This page took 0.025404 seconds and 4 git commands to generate.