aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-07-25 15:22:17 +0200
committerHenning Baldersheim <balder@oath.com>2018-07-25 15:22:17 +0200
commiteee0bb2452572951329e100e40439504c67004c9 (patch)
tree52d87a955321742a90f53056dc05e19cb397e74f
parent5bf7c17054cab0f8953e72615b0c1ef3cb734ff8 (diff)
Add missing newline.
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/match_loop_communicator.cpp2
-rw-r--r--searchlib/src/vespa/searchlib/features/random_normal_feature.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/match_loop_communicator.cpp b/searchcore/src/vespa/searchcore/proton/matching/match_loop_communicator.cpp
index c3c3895cfbe..95148ef56e8 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/match_loop_communicator.cpp
+++ b/searchcore/src/vespa/searchcore/proton/matching/match_loop_communicator.cpp
@@ -71,4 +71,4 @@ MatchLoopCommunicator::RangeCover::mingle()
}
}
-} \ No newline at end of file
+}
diff --git a/searchlib/src/vespa/searchlib/features/random_normal_feature.cpp b/searchlib/src/vespa/searchlib/features/random_normal_feature.cpp
index 944e691d710..192fc968324 100644
--- a/searchlib/src/vespa/searchlib/features/random_normal_feature.cpp
+++ b/searchlib/src/vespa/searchlib/features/random_normal_feature.cpp
@@ -77,4 +77,4 @@ RandomNormalBlueprint::createExecutor(const search::fef::IQueryEnvironment &, ve
return stash.create<RandomNormalExecutor>(seed, _mean, _stddev);
}
-} \ No newline at end of file
+}