From: Mathieu Desnoyers Date: Fri, 11 Dec 2020 15:41:27 +0000 (-0500) Subject: Cleanup: use tabs in abi.h X-Git-Tag: v2.13.0-rc1~67 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=7c43bc086f48286576cb4c054ab13c6592e6eafd Cleanup: use tabs in abi.h Signed-off-by: Mathieu Desnoyers --- 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 {