]> granicus.if.org Git - graphviz/commitdiff
reflow some text
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 24 Jun 2021 02:41:26 +0000 (19:41 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 5 Jul 2021 23:08:39 +0000 (16:08 -0700)
cmd/tools/gv2gxl.c

index af09d3302d6bec07400ad1af668f04680676e85e..c1adbc7f1e3c45719694e211009fdcd56202daed 100644 (file)
@@ -649,8 +649,7 @@ writeNondefaultAttr(void *obj, FILE * gxlFile, Dict_t * defdict)
                        fprintf(gxlFile, "\t</attr>\n");
                    } else {
                        tabover(gxlFile);
-                       fprintf(gxlFile, "\t<attr name=\"%s\">\n",
-                               xml_string(sym->name));
+                       fprintf(gxlFile, "\t<attr name=\"%s\">\n", xml_string(sym->name));
                        tabover(gxlFile);
                        fprintf(gxlFile, "\t\t<string>%s</string>\n", xml_string(data->str[sym->id]));
                        tabover(gxlFile);