From feaa9a1f66c6255468d3b65c553018a979e0720e Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Fri, 8 Jun 2018 09:31:30 +0200 Subject: [PATCH] sadf: SVG: Remove extra space from output file Signed-off-by: Sebastien GODARD --- sadf_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sadf_misc.c b/sadf_misc.c index 582d1d2..1d2d279 100644 --- a/sadf_misc.c +++ b/sadf_misc.c @@ -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(""); + printf(""); 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, -- 2.40.0