summaryrefslogtreecommitdiffstats
path: root/src/CommandOutput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandOutput.cpp')
-rw-r--r--src/CommandOutput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandOutput.cpp b/src/CommandOutput.cpp
index 255ec3e9b..663838fac 100644
--- a/src/CommandOutput.cpp
+++ b/src/CommandOutput.cpp
@@ -64,7 +64,7 @@ void cLogCommandOutputCallback::Finished(void)
{
LOG("%s", m_Accum.substr(last).c_str());
}
-
+
// Clear the buffer for the next command output:
m_Accum.clear();
}