Remove some excess whitepsace

This commit is contained in:
Scott Lahteine 2017-10-01 18:24:53 -05:00
parent 80a0f935a1
commit 802f147686
2 changed files with 4 additions and 4 deletions

View file

@ -790,11 +790,11 @@ static void lcd_implementation_status_screen() {
lcd.setCursor(LCD_WIDTH - 8, 1);
_draw_axis_label(Z_AXIS, PSTR(MSG_Z), blink);
lcd.print(ftostr52sp(FIXFLOAT(current_position[Z_AXIS])));
#if HAS_LEVELING
lcd.write(leveling_is_active() || blink ? '_' : ' ');
#endif
#endif // LCD_HEIGHT > 2
//