Skip to content

Commit cb9333f

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent f4f320b commit cb9333f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stan/math/opencl/prim/neg_binomial_2_log_glm_lpmf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ neg_binomial_2_log_glm_lpmf(const T_y_cl& y, const T_x_cl& x,
9999
return 0;
100100
}
101101
if constexpr (!include_summand<propto, T_x_cl, T_alpha_cl, T_beta_cl,
102-
T_phi_cl>::value) {
102+
T_phi_cl>::value) {
103103
return 0;
104104
}
105105

stan/math/opencl/prim/neg_binomial_2_log_lpmf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ neg_binomial_2_log_lpmf(const T_n_cl& n, const T_log_location_cl& eta,
5656
return 0.0;
5757
}
5858
if constexpr (!include_summand<propto, T_n_cl, T_log_location_cl,
59-
T_precision_cl>::value) {
59+
T_precision_cl>::value) {
6060
return 0.0;
6161
}
6262

0 commit comments

Comments
 (0)