Clean up whitespace

This commit is contained in:
Scott Lahteine
2019-04-03 20:21:06 -05:00
parent 83e214478e
commit cacec5764a
7 changed files with 12 additions and 14 deletions

View File

@ -49,8 +49,8 @@
ZERO(z_values);
#if ENABLED(EXTENSIBLE_UI)
for (uint8_t x = 0; x < GRID_MAX_POINTS_X; x++)
for (uint8_t y = 0; y < GRID_MAX_POINTS_Y; y++)
ExtUI::onMeshUpdate(x, y, 0);
for (uint8_t y = 0; y < GRID_MAX_POINTS_Y; y++)
ExtUI::onMeshUpdate(x, y, 0);
#endif
}