]> granicus.if.org Git - graphviz/commitdiff
nonefunc: remove unnecessary bracketing
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 30 Aug 2021 00:18:34 +0000 (17:18 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Sep 2021 02:28:21 +0000 (19:28 -0700)
lib/common/emit.c

index c630211436d586eb8658f05f5ba76dd97794ec64..123b4b2f6650e0d03541bf1eb4c14f951e68a9f3 100644 (file)
@@ -2217,7 +2217,7 @@ static double revfunc (double curlen, double totallen, double initwid)
 
 static double nonefunc (double curlen, double totallen, double initwid)
 {
-    return (initwid/2.0);
+    return initwid / 2.0;
 }
 
 static double bothfunc (double curlen, double totallen, double initwid)