From 216b6baae40c76965e000d77ee9f3b17a0d7553c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 4 Jul 2016 15:16:10 -0400 Subject: [PATCH] Cleanup trailing whitespaces Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- instrumentation/events/lttng-module/sched.h | 2 +- lttng-events.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instrumentation/events/lttng-module/sched.h b/instrumentation/events/lttng-module/sched.h index 3c379e1f..e5066afe 100644 --- a/instrumentation/events/lttng-module/sched.h +++ b/instrumentation/events/lttng-module/sched.h @@ -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: diff --git a/lttng-events.c b/lttng-events.c index ef934374..a706cbdb 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -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); -- 2.34.1