summaryrefslogtreecommitdiffstats
path: root/documentapi
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2017-06-14 15:24:44 +0200
committerGitHub <noreply@github.com>2017-06-14 15:24:44 +0200
commitf9b18232d463b0e9f331279ce7f7d01143d64a2e (patch)
treee021333387aa1be33ef6d47ce1c79c0b47a2bf85 /documentapi
parent5736566c2dc551b4f059011e99f68eea1fb1a32b (diff)
parent6ff3df19226036b8ee1bb559f9d73cab40e8d2a0 (diff)
Merge pull request #2770 from yahoo/bratseth/remove-carriage-return
Remove carriage return
Diffstat (limited to 'documentapi')
-rw-r--r--documentapi/src/vespa/documentapi/messagebus/systemstate/systemstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentapi/src/vespa/documentapi/messagebus/systemstate/systemstate.cpp b/documentapi/src/vespa/documentapi/messagebus/systemstate/systemstate.cpp
index 64e05fec793..b0ad75ffa3d 100644
--- a/documentapi/src/vespa/documentapi/messagebus/systemstate/systemstate.cpp
+++ b/documentapi/src/vespa/documentapi/messagebus/systemstate/systemstate.cpp
@@ -303,4 +303,4 @@ SystemState::SystemState(NodeState::UP root) :
_lock(std::make_unique<vespalib::Lock>())
{}
-SystemState::~SystemState() {} \ No newline at end of file
+SystemState::~SystemState() {}