Fix indentation

This commit is contained in:
Hisham Muhammad 2018-02-18 10:17:29 -03:00
parent 76366be3f1
commit f4f35da7e0
1 changed files with 1 additions and 1 deletions

View File

@ -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