Clear up trailing whitespace

This commit is contained in:
Scott Lahteine 2018-04-28 11:24:58 -05:00
parent 2756a1d411
commit 522ea178a4
2 changed files with 12 additions and 12 deletions

View file

@ -196,7 +196,7 @@ class Temperature {
FORCE_INLINE static bool hotEnoughToExtrude(const uint8_t e) { return !tooColdToExtrude(e); }
FORCE_INLINE static bool targetHotEnoughToExtrude(const uint8_t e) { return !targetTooColdToExtrude(e); }
private:
private:
static volatile bool temp_meas_ready;
static uint16_t raw_temp_value[MAX_EXTRUDERS];