File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,10 +156,8 @@ const char opencl_normal_lcdf_ldncdf_impl[] = STRINGIFY(
156156 - 0.0170137970924080 * normal_lcdf_deriv_scaled_diff
157157 - 0.0100428567412041 ;
158158 }
159- } else {
160- normal_ldncdf = INFINITY;
161- });
162- // NOLINTEND
159+ } else { normal_ldncdf = INFINITY; });
160+ // NOLINTEND
163161} // namespace internal
164162
165163/* * \ingroup opencl
Original file line number Diff line number Diff line change @@ -165,10 +165,8 @@ const char opencl_std_normal_lcdf_dnlcdf[] = STRINGIFY(
165165 - 0.0170137970924080 * std_normal_lcdf_deriv_scaled_y
166166 - 0.0100428567412041 ;
167167 }
168- } else {
169- std_normal_lcdf_dnlcdf = INFINITY;
170- });
171- // NOLINTEND
168+ } else { std_normal_lcdf_dnlcdf = INFINITY; });
169+ // NOLINTEND
172170} // namespace internal
173171
174172/* * \ingroup opencl
You can’t perform that action at this time.
0 commit comments