Clear up trailing whitespace
This commit is contained in:
parent
2756a1d411
commit
522ea178a4
2 changed files with 12 additions and 12 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue