Clean up whitespace

This commit is contained in:
Scott Lahteine
2019-11-04 13:23:26 -06:00
parent 55991962be
commit 328ddda654
2 changed files with 4 additions and 4 deletions

View File

@ -62,10 +62,10 @@ typedef struct {
#if DISABLED(NO_VOLUMETRICS)
bool volumetric_enabled;
#if EXTRUDERS > 1
float filament_size[EXTRUDERS];
float filament_size[EXTRUDERS];
#else
float filament_size;
#endif
float filament_size;
#endif
#endif
#if HOTENDS