From 32e57189133f82d865915e6ee20adbc90e7db319 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Fri, 6 May 2016 14:47:12 -0600 Subject: fix superfluous space character --- args.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/args.hxx b/args.hxx index ea3c9ef..14cfd0a 100644 --- a/args.hxx +++ b/args.hxx @@ -99,7 +99,7 @@ namespace args currentwidth = width; } } - if (linesize) + if (linesize && !item.empty()) { ++linesize; line << " "; -- cgit v1.2.1