From b244226fa8d7a5bf6b5cc21734f428545e7dfc56 Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Sat, 30 Nov 2013 08:23:40 +0100 Subject: compare_samples: Remove unnecessary space before units Signed-off-by: Alexandre Belloni Signed-off-by: Dirk Hohndel --- profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.c b/profile.c index 453da991a..defeb94fd 100644 --- a/profile.c +++ b/profile.c @@ -1414,7 +1414,7 @@ void compare_samples(struct plot_data *e1, struct plot_data *e2, char *buf, int memcpy(buf2, buf, bufsize); depthvalue = get_depth_units(max_depth, NULL, &depth_unit); - snprintf(buf, bufsize, translate("gettextFromC","%s %sD:%.1f %s"), buf2, UTF8_UPWARDS_ARROW, depthvalue, depth_unit); + snprintf(buf, bufsize, translate("gettextFromC","%s %sD:%.1f%s"), buf2, UTF8_UPWARDS_ARROW, depthvalue, depth_unit); memcpy(buf2, buf, bufsize); depthvalue = get_depth_units(avg_depth, NULL, &depth_unit); -- cgit v1.2.3-70-g09d2