From ae525fb91b69e8956298d9a3b0cc59667f5464b2 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sat, 10 Aug 2019 15:10:31 +0300 Subject: [PATCH] genesys: Remove trailing whitespace --- backend/genesys_motor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/genesys_motor.h b/backend/genesys_motor.h index 77e3d55d3..e3a1c9f17 100644 --- a/backend/genesys_motor.h +++ b/backend/genesys_motor.h @@ -96,6 +96,6 @@ struct Genesys_Motor int max_step_type = 0; // slopes to derive individual slopes from std::vector slopes; -}; +}; #endif // BACKEND_GENESYS_MOTOR_H