Skip to content

Commit 78fa2bd

Browse files
stan-buildbotsyclik
authored andcommitted
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent a47bc08 commit 78fa2bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stan/math/prim/prob/gamma_lccdf.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ return_type_t<T_y, T_shape, T_inv_scale> gamma_lccdf(const T_y& y,
104104
const T_partials_return Qn = exp(log_Qn);
105105

106106
// Check if we need to fallback to continued fraction
107-
bool need_cf_fallback = !std::isfinite(value_of(value_of(log_Qn)))
108-
|| Qn <= 0.0;
107+
bool need_cf_fallback
108+
= !std::isfinite(value_of(value_of(log_Qn))) || Qn <= 0.0;
109109
if (need_cf_fallback && beta_y > 0.0) {
110110
auto log_q_result = log_gamma_q_dgamma(alpha_dbl_val, beta_y_dbl);
111111
log_Qn = log_q_result.log_q;

0 commit comments

Comments
 (0)