summaryrefslogtreecommitdiffstats
path: root/MemoryMeter.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-04-11 22:49:39 +0200
committerBenny Baumann <BenBE@geshi.org>2023-04-11 22:50:18 +0200
commitda255cb33fd8ddd233232850f9465e6ddb47015f (patch)
tree488374400faded42a87dab75b280261aa4d24492 /MemoryMeter.h
parentc878343784f23d7cb18ccec6aa034f01aee8069e (diff)
Minor code formatting consistency fixes
Diffstat (limited to 'MemoryMeter.h')
-rw-r--r--MemoryMeter.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/MemoryMeter.h b/MemoryMeter.h
index cc2a160c..d8f5fdbc 100644
--- a/MemoryMeter.h
+++ b/MemoryMeter.h
@@ -10,12 +10,12 @@ in the source distribution for its full text.
#include "Meter.h"
typedef enum {
- MEMORY_METER_USED = 0,
- MEMORY_METER_BUFFERS = 1,
- MEMORY_METER_SHARED = 2,
- MEMORY_METER_CACHE = 3,
- MEMORY_METER_AVAILABLE = 4,
- MEMORY_METER_ITEMCOUNT = 5, // number of entries in this enum
+ MEMORY_METER_USED = 0,
+ MEMORY_METER_BUFFERS = 1,
+ MEMORY_METER_SHARED = 2,
+ MEMORY_METER_CACHE = 3,
+ MEMORY_METER_AVAILABLE = 4,
+ MEMORY_METER_ITEMCOUNT = 5, // number of entries in this enum
} MemoryMeterValues;
extern const MeterClass MemoryMeter_class;

© 2014-2024 Faster IT GmbH | imprint | privacy policy