summaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/juniper/Matcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchsummary/src/vespa/juniper/Matcher.cpp')
-rw-r--r--searchsummary/src/vespa/juniper/Matcher.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/searchsummary/src/vespa/juniper/Matcher.cpp b/searchsummary/src/vespa/juniper/Matcher.cpp
index 32f966f4571..76f4a17ad1c 100644
--- a/searchsummary/src/vespa/juniper/Matcher.cpp
+++ b/searchsummary/src/vespa/juniper/Matcher.cpp
@@ -478,8 +478,7 @@ std::string Matcher::GetLog()
}
-SummaryDesc* Matcher::CreateSummaryDesc(size_t length, size_t min_length, int max_matches,
- int surround_len)
+SummaryDesc* Matcher::CreateSummaryDesc(size_t length, size_t min_length, int max_matches, int surround_len)
{
// No point in processing this document if no keywords found at all:
if (TotalHits() <= 0) return NULL;