From c501130a63ba50a9d3df3354c1443cec6fbb019a Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 9 Feb 2016 09:32:03 +0100 Subject: [PATCH] squash spaces --- storage.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/storage.c b/storage.c index cfa0a78..cfa7fa2 100644 --- a/storage.c +++ b/storage.c @@ -1016,11 +1016,11 @@ char *gpx_string(JsonNode *location_array) } utstring_printf(xml, " \n", lat, lon); - utstring_printf(xml, " \n", isotst); - if ((j = json_find_member(one, "alt")) != NULL) { - utstring_printf(xml, " %.2f\n", j->number_); - } - utstring_printf(xml, " \n"); + utstring_printf(xml, "\t\n", isotst); + if ((j = json_find_member(one, "alt")) != NULL) { + utstring_printf(xml, "\t%.2f\n", j->number_); + } + utstring_printf(xml, "\t\n"); } utstring_printf(xml, "%s", " \n\n\n");