Apply standards for whole-file conditions

This commit is contained in:
Scott Lahteine
2018-02-04 17:24:23 -06:00
parent 5054c53901
commit 21bfbb9d44
10 changed files with 37 additions and 19 deletions

View File

@@ -38,11 +38,14 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <math.h>
#include "Marlin.h"
#include "MarlinConfig.h"
#if HAS_ABL
#include "vector_3.h"
#include "serial.h"
#include <math.h>
vector_3::vector_3() : x(0), y(0), z(0) { }