From 4f06e454a92ebaed742dc96103ddbf191fba3dd8 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 29 Jul 2011 22:37:05 -0400 Subject: [PATCH] [PATCH] Add a missing trailing space Signed-off-by: Paul Beckingham --- src/commands/CmdShow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index 4328f0b8e..d1f4874a0 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -205,7 +205,8 @@ int CmdShow::execute (std::string& output) " urgency.waiting.coefficient" " verbose" " weekstart" - " xterm.title"; + " xterm.title" + " "; // This configuration variable is supported, but not documented. It exists // so that unit tests can force color to be on even when the output from task