summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-06-13 05:51:39 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-06-13 05:51:39 +0000
commit9d028d9319b252a29d66f633f1627f3b42055228 (patch)
tree17e32c5d689a0ab740b93445c7d7d2290ab59042 /searchlib
parentbc17c99b600d582f20bfd1b8f0f096323284f330 (diff)
Correct indentation
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/features/internal_max_reduce_prod_join_feature.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/searchlib/src/vespa/searchlib/features/internal_max_reduce_prod_join_feature.cpp b/searchlib/src/vespa/searchlib/features/internal_max_reduce_prod_join_feature.cpp
index bf7e25528ae..b1be75e21f9 100644
--- a/searchlib/src/vespa/searchlib/features/internal_max_reduce_prod_join_feature.cpp
+++ b/searchlib/src/vespa/searchlib/features/internal_max_reduce_prod_join_feature.cpp
@@ -189,11 +189,11 @@ selectExecutor(const IAttributeVector *attribute, IntegerVector vector, vespalib
return stash.create<SingleZeroValueExecutor>();
}
- void
- InternalMaxReduceProdJoinBlueprint::prepareSharedState(const fef::IQueryEnvironment & env, fef::IObjectStore & store) const
- {
- lookupAndStoreAttribute(_attrKey, _attribute, env, store);
- }
+void
+InternalMaxReduceProdJoinBlueprint::prepareSharedState(const fef::IQueryEnvironment & env, fef::IObjectStore & store) const
+{
+ lookupAndStoreAttribute(_attrKey, _attribute, env, store);
+}
FeatureExecutor &
InternalMaxReduceProdJoinBlueprint::createExecutor(const IQueryEnvironment &env, vespalib::Stash &stash) const