diff options
| -rw-r--r-- | args.hxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -99,7 +99,7 @@ namespace args                      currentwidth = width;                  }              } -            if (linesize) +            if (linesize && !item.empty())              {                  ++linesize;                  line << " "; | 
