summaryrefslogtreecommitdiffstats
path: root/vespalib/src
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2016-10-25 13:54:05 +0200
committerGeir Storli <geirst@yahoo-inc.com>2016-10-25 13:54:05 +0200
commit8cf1d8ad82a228583655c4ff734df47ccd0531f0 (patch)
treeeab60f51c9b9ee1d58e3e1d9e3f4f95e4d8824e9 /vespalib/src
parent00030be62c922d06b34877aad9572a2d3c8ce58d (diff)
Style change.
Diffstat (limited to 'vespalib/src')
-rw-r--r--vespalib/src/vespa/vespalib/eval/test/tensor_conformance.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/eval/test/tensor_conformance.cpp b/vespalib/src/vespa/vespalib/eval/test/tensor_conformance.cpp
index 69418aa8346..464913fab50 100644
--- a/vespalib/src/vespa/vespalib/eval/test/tensor_conformance.cpp
+++ b/vespalib/src/vespa/vespalib/eval/test/tensor_conformance.cpp
@@ -999,7 +999,8 @@ struct TestContext {
void test_dot_product(double expect,
const TensorSpec &lhs,
- const TensorSpec &rhs) {
+ const TensorSpec &rhs)
+ {
Expr_TT eval("sum(a*b)");
EXPECT_EQUAL(expect, safe(eval).eval(engine, lhs, rhs).number());
}