From 44e4f18dfc230e14dd52d3af3dac0a019a6a2211 Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Fri, 29 Mar 2019 16:42:48 +0100 Subject: [PATCH] Fix spacing --- incl/slotplanner.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/incl/slotplanner.h b/incl/slotplanner.h index 5da8077..8ff6431 100644 --- a/incl/slotplanner.h +++ b/incl/slotplanner.h @@ -59,8 +59,8 @@ class ParallelSlot { float DH() const; PolygonObstacle &slot(); float slotHeading(); - SlotSide slotSide(); - SlotType slotType(); + SlotSide slotSide(); + SlotType slotType(); // setter void DH(float dh); -- 2.39.2