Cleanup: use tabs in abi.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Dec 2020 15:41:27 +0000 (10:41 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Dec 2020 15:41:27 +0000 (10:41 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/abi.h

index 1092a4fd79554cc77935f7a45ec4d8f87afcc633..139fd0225bb26330f7a1a735f3e8d80a3d36d138 100644 (file)
@@ -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 {
This page took 0.025791 seconds and 4 git commands to generate.