Skip to content

Commit 37279c4

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 176259b commit 37279c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stan/math/mix/functor/hessian_times_vector.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ void hessian_times_vector(const F& f,
5555
* and pstream.
5656
*/
5757
template <typename F, typename XAdj, typename XVec, typename VVec,
58-
typename... Args, require_all_eigen_vector_t<XAdj, XVec, VVec>* = nullptr>
58+
typename... Args,
59+
require_all_eigen_vector_t<XAdj, XVec, VVec>* = nullptr>
5960
inline void hessian_times_vector(const F& f, XAdj& x_adj, XVec&& x, VVec&& v,
6061
Args&&... args) {
6162
nested_rev_autodiff nested;

0 commit comments

Comments
 (0)