From 724a4a02a06aa6718f3784488e77bf8fc6bc6b25 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 6 Feb 2016 12:13:19 -0500 Subject: [PATCH] Code formatting --- src/commands/CmdContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdContext.cpp b/src/commands/CmdContext.cpp index ddf301d56..e507f4036 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -249,7 +249,7 @@ void CmdContext::listContexts (std::stringstream& out) << optionalBlankLine (); } else - throw std::string(STRING_CMD_CONTEXT_LIST_EMPT); + throw std::string (STRING_CMD_CONTEXT_LIST_EMPT); } ////////////////////////////////////////////////////////////////////////////////