aboutsummaryrefslogtreecommitdiff
path: root/args.hxx
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-06 14:47:12 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-06 14:47:12 -0600
commit32e57189133f82d865915e6ee20adbc90e7db319 (patch)
treef21fe4fe19b87695e39ee21a289c21b8b34d9056 /args.hxx
parentREADME update (diff)
downloadargs.hxx-32e57189133f82d865915e6ee20adbc90e7db319.tar.xz
fix superfluous space character
Diffstat (limited to 'args.hxx')
-rw-r--r--args.hxx2
1 files changed, 1 insertions, 1 deletions
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 << " ";