From 7c43bc086f48286576cb4c054ab13c6592e6eafd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 11 Dec 2020 10:41:27 -0500 Subject: [PATCH] Cleanup: use tabs in abi.h Signed-off-by: Mathieu Desnoyers --- include/lttng/abi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/lttng/abi.h b/include/lttng/abi.h index 1092a4fd..139fd022 100644 --- a/include/lttng/abi.h +++ b/include/lttng/abi.h @@ -147,12 +147,12 @@ struct lttng_kernel_event_notifier { } __attribute__((packed)); enum lttng_kernel_counter_arithmetic { - LTTNG_KERNEL_COUNTER_ARITHMETIC_MODULAR = 1, + LTTNG_KERNEL_COUNTER_ARITHMETIC_MODULAR = 1, }; enum lttng_kernel_counter_bitness { - LTTNG_KERNEL_COUNTER_BITNESS_32 = 1, - LTTNG_KERNEL_COUNTER_BITNESS_64 = 2, + LTTNG_KERNEL_COUNTER_BITNESS_32 = 1, + LTTNG_KERNEL_COUNTER_BITNESS_64 = 2, }; struct lttng_kernel_counter_dimension { -- 2.34.1