Cleanup trailing whitespaces
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 4 Jul 2016 19:16:10 +0000 (15:16 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 4 Jul 2016 19:56:17 +0000 (15:56 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/sched.h
lttng-events.c

index 3c379e1fc9ef39955cf62dfe4b079ff27ed09ede..e5066afe3b55049a422afc7b944c601cdc61f9d6 100644 (file)
@@ -316,7 +316,7 @@ LTTNG_TRACEPOINT_EVENT_CLASS(sched_process_template,
 LTTNG_TRACEPOINT_EVENT_INSTANCE(sched_process_template, sched_process_free,
             TP_PROTO(struct task_struct *p),
             TP_ARGS(p))
-            
+
 
 /*
  * Tracepoint for a task exiting:
index ef934374b7442845d6bcb4e3d7fb798742eb8eda..a706cbdb4d5ff2e12557f8c4a729243ebe79362e 100644 (file)
@@ -2413,7 +2413,7 @@ int64_t measure_clock_offset(void)
        /* Disable interrupts to increase correlation precision. */
        local_irq_save(flags);
        monotonic[0] = trace_clock_read64();
-       getnstimeofday(&rts);      
+       getnstimeofday(&rts);
        monotonic[1] = trace_clock_read64();
        local_irq_restore(flags);
 
This page took 0.026291 seconds and 4 git commands to generate.