]> granicus.if.org Git - sysstat/commitdiff
sadf: SVG: Remove extra space from output file
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 8 Jun 2018 07:31:30 +0000 (09:31 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 8 Jun 2018 07:31:30 +0000 (09:31 +0200)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sadf_misc.c

index 582d1d270fdd84a33c2df957fffdb2b30227a9a8..1d2d2797e67fcb39a9cca9edf1ad6be319579ffa 100644 (file)
@@ -940,7 +940,7 @@ __printf_funct_t print_svg_header(void *parm, int action, char *dfile,
                printf(" width=\"%d\" height=\"%d\""
                       " fill=\"black\" stroke=\"gray\" stroke-width=\"1\">\n",
                       SVG_T_XSIZE * (hdr_parm->views_per_row), height);
-               printf("<text x= \"0\" y=\"30\" text-anchor=\"start\" stroke=\"brown\">");
+               printf("<text x=\"0\" y=\"30\" text-anchor=\"start\" stroke=\"brown\">");
                print_gal_header(localtime((const time_t *) &(file_hdr->sa_ust_time)),
                                 file_hdr->sa_sysname, file_hdr->sa_release,
                                 file_hdr->sa_nodename, file_hdr->sa_machine,