Fix up some whitespace

This commit is contained in:
Scott Lahteine
2019-01-17 18:03:58 -06:00
parent 20c20dacb7
commit 712e23c383
3 changed files with 4 additions and 9 deletions

View File

@ -162,7 +162,7 @@ int16_t Temperature::current_temperature_raw[HOTENDS], // = { 0 }
#endif
if (target >= FAN_COUNT) return;
fan_speed[target] = speed;
#if ENABLED(ULTRA_LCD)
lcd_tmpfan_speed[target] = speed;