Clean-up: compat time: change spaces to tabs
[lttng-tools.git] / 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;
        }
 
-        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);
This page took 0.023817 seconds and 4 git commands to generate.