From da255cb33fd8ddd233232850f9465e6ddb47015f Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Tue, 11 Apr 2023 22:49:39 +0200 Subject: Minor code formatting consistency fixes --- SwapMeter.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SwapMeter.h') diff --git a/SwapMeter.h b/SwapMeter.h index b71e83fe..162897fb 100644 --- a/SwapMeter.h +++ b/SwapMeter.h @@ -10,9 +10,9 @@ in the source distribution for its full text. #include "Meter.h" typedef enum { - SWAP_METER_USED = 0, - SWAP_METER_CACHE = 1, - SWAP_METER_ITEMCOUNT = 2, // number of entries in this enum + SWAP_METER_USED = 0, + SWAP_METER_CACHE = 1, + SWAP_METER_ITEMCOUNT = 2, // number of entries in this enum } SwapMeterValues; extern const MeterClass SwapMeter_class; -- cgit v1.2.3