Skip to content

Commit 9c219fe

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 0a2a902 commit 9c219fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

stan/math/opencl/kernels/neg_binomial_2_log_glm_lpmf.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ const kernel_cl<out_buffer, out_buffer, out_buffer, out_buffer, in_buffer,
197197
in_buffer, in_buffer, in_buffer, in_buffer, int, int, int, int,
198198
int, int, int, int, int, int, int, int, int>
199199
neg_binomial_2_log_glm("neg_binomial_2_log_glm",
200-
{digamma_device_function,
201-
log1p_exp_device_function,
200+
{digamma_device_function, log1p_exp_device_function,
202201
neg_binomial_2_log_glm_kernel_code},
203202
{{"REDUCTION_STEP_SIZE", 4}, {"LOCAL_SIZE_", 64}});
204203

0 commit comments

Comments
 (0)