]> granicus.if.org Git - graphviz/commitdiff
neatogen ideal_distance_avoid_overlap: remove useless return statement
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 29 Dec 2022 19:14:22 +0000 (11:14 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 30 Dec 2022 06:46:14 +0000 (22:46 -0800)
lib/neatogen/overlap.c

index a023677f8b2c442a76a212f50baacdbf2037cc67..85d1aad9cb81452496d0f52214d2615b919d5fe3 100644 (file)
@@ -71,7 +71,6 @@ static void ideal_distance_avoid_overlap(int dim, SparseMatrix A, double *x, dou
 
     }
   }
-  return;
 }
 
 enum {INTV_OPEN, INTV_CLOSE};