Clean up whitespace

This commit is contained in:
Scott Lahteine
2019-03-10 19:09:19 -05:00
parent 4c43e6c48b
commit 3419099f0a
2 changed files with 4 additions and 1 deletions

View File

@ -2270,7 +2270,7 @@ void Temperature::readings_ready() {
#else
#define CHAMBERCMP(A,B) ((A)>=(B))
#endif
const bool chamber_on = (temp_chamber.target > 0)
const bool chamber_on = (temp_chamber.target > 0)
#if ENABLED(PIDTEMPCHAMBER)
|| (temp_chamber.soft_pwm_amount > 0)
#endif