Skip to content

Commit 5499829

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 864f65f commit 5499829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/math/prim/fun/hypergeometric_3F2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ T_return hypergeometric_3F2_infsum(const Ta& a, const Tb& b, const Tz& z,
5454

5555
log_t += p + log_z;
5656
std::forward_as_tuple(t_acc, acc_sign)
57-
= log_sum_exp_signed(t_acc, acc_sign, log_t, t_sign);
57+
= log_sum_exp_signed(t_acc, acc_sign, log_t, t_sign);
5858

5959
if (is_inf(t_acc)) {
6060
throw_domain_error("hypergeometric_3F2", "sum (output)", t_acc,

0 commit comments

Comments
 (0)