Skip to content

Commit f2e453c

Browse files
committed
Code style fix
1 parent 18d1bcb commit f2e453c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MemoryMeter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static void MemoryMeter_updateValues(Meter* this) {
4646
}
4747
/* Do not print available memory in bar mode */
4848
static_assert(MEMORY_METER_AVAILABLE + 1 == MEMORY_METER_ITEMCOUNT,
49-
"MEMORY_METER_AVAILABLE is not the last item in MemoryMeterValues");
49+
"MEMORY_METER_AVAILABLE is not the last item in MemoryMeterValues");
5050
this->curItems = MEMORY_METER_AVAILABLE;
5151

5252
/* we actually want to show "used + shared + compressed" */

0 commit comments

Comments
 (0)