mirror of https://github.com/xzeldon/htop.git
Fix indentation
This commit is contained in:
parent
76366be3f1
commit
f4f35da7e0
2
Meter.c
2
Meter.c
|
@ -359,7 +359,7 @@ static int GraphMeterMode_pixPerRow;
|
|||
static void GraphMeterMode_draw(Meter* this, int x, int y, int w) {
|
||||
|
||||
if (!this->drawData) this->drawData = xCalloc(1, sizeof(GraphData));
|
||||
GraphData* data = (GraphData*) this->drawData;
|
||||
GraphData* data = (GraphData*) this->drawData;
|
||||
const int nValues = METER_BUFFER_LEN;
|
||||
|
||||
#ifdef HAVE_LIBNCURSESW
|
||||
|
|
Loading…
Reference in New Issue