Skip to content

Commit febea5f

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 7e4c591 commit febea5f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

stan/math/opencl/kernels/ordered_logistic_lpmf.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ const kernel_cl<out_buffer, out_buffer, out_buffer, in_buffer, in_buffer,
166166
in_buffer, int, int, int, int, int, int>
167167
ordered_logistic("ordered_logistic",
168168
{log1p_exp_device_function, log1m_exp_device_function,
169-
inv_logit_device_function,
170-
ordered_logistic_kernel_code},
169+
inv_logit_device_function, ordered_logistic_kernel_code},
171170
{{"REDUCTION_STEP_SIZE", 4}, {"LOCAL_SIZE_", 64}});
172171

173172
} // namespace opencl_kernels

0 commit comments

Comments
 (0)