Add multiple temps to panel watchscreen if there are more than two enabled, top line...
[clinton/Smoothieware.git] / src / modules / utils / panel / screens / ModifyValuesScreen.h
index dbddc23..2c6c69c 100644 (file)
@@ -33,7 +33,6 @@ public:
     typedef std::tuple<char *, std::function<float()>, std::function<void(float)>, float, float, float, bool> MenuItemType;
     void addMenuItem(const char *name, std::function<float()> getter, std::function<void(float)> setter, float inc= 1.0F, float min= NAN, float max= NAN, bool instant= false);
 
-
 private:
     void addMenuItem(const MenuItemType& item);