summaryrefslogtreecommitdiffstats
path: root/document/src/tests/documentselectparsertest.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-08-12 22:35:37 +0200
committerHenning Baldersheim <balder@oath.com>2018-08-12 22:35:37 +0200
commitbd7421d6b4cbf27f6d67d37f68212541f2aefcf4 (patch)
treea281a8b30cecbe1d5047a1f1404ecd41105f1d65 /document/src/tests/documentselectparsertest.cpp
parentd38b49ddb881a67250ed738382d1ff72283cd45b (diff)
Remove whitespace
Diffstat (limited to 'document/src/tests/documentselectparsertest.cpp')
-rw-r--r--document/src/tests/documentselectparsertest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/document/src/tests/documentselectparsertest.cpp b/document/src/tests/documentselectparsertest.cpp
index 56c4e66cd1c..2e4f66cebd0 100644
--- a/document/src/tests/documentselectparsertest.cpp
+++ b/document/src/tests/documentselectparsertest.cpp
@@ -67,7 +67,7 @@ class DocumentSelectParserTest : public CppUnit::TestFixture {
parseFieldValue(const std::string& expression);
template <typename ContainsType>
- select::ResultList doParse(vespalib::stringref expr,
+ select::ResultList doParse(vespalib::stringref expr,
const ContainsType& t);
std::string parse_to_tree(const std::string& str);
@@ -526,7 +526,7 @@ void DocumentSelectParserTest::testParseBranches()
template <typename ContainsType>
select::ResultList
-DocumentSelectParserTest::doParse(vespalib::stringref expr,
+DocumentSelectParserTest::doParse(vespalib::stringref expr,
const ContainsType& t)
{
std::unique_ptr<select::Node> root(_parser->parse(expr));