From 0d9b16fefb56449a88750626817a12f56db1c2f9 Mon Sep 17 00:00:00 2001
From: Matthew Fernandez <matthew.fernandez@gmail.com>
Date: Wed, 7 Sep 2022 17:27:49 -0700
Subject: [PATCH] common selfRight: remove useless 'return'

---
 lib/common/splines.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/common/splines.c b/lib/common/splines.c
index 5763daca5..f5a3abb66 100644
--- a/lib/common/splines.c
+++ b/lib/common/splines.c
@@ -1074,7 +1074,6 @@ selfRight (edge_t* edges[], int ind, int cnt, double stepx, double sizey,
 	    showPoints (points, pointn);
 #endif
     }
-    return;
 }
 
 static void
-- 
2.40.0