Skip to content

Commit d852e2d

Browse files
committed
[Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14)
1 parent b64957c commit d852e2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stan/math/rev/functor/adj_jac_apply.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,8 @@ struct adj_jac_vari : public vari {
511511
internal::build_y_adj(y_vi_, M_, y_adj);
512512
auto y_adj_jacs = f_.multiply_adjoint_jacobian(is_var_, y_adj);
513513

514-
apply([this](auto&&... args) { this->accumulate_adjoints(args...); }, y_adj_jacs);
514+
apply([this](auto&&... args) { this->accumulate_adjoints(args...); },
515+
y_adj_jacs);
515516
}
516517
};
517518

0 commit comments

Comments
 (0)