Skip to content

Commit d5d47bd

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

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

stan/math/opencl/prim/normal_lcdf.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ 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-
});
159+
} else { normal_ldncdf = INFINITY; });
162160
} // namespace internal
163161

164162
/** \ingroup opencl

stan/math/opencl/prim/std_normal_lcdf.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ const char opencl_std_normal_lcdf_dnlcdf[] = STRINGIFY(
164164
- 0.0170137970924080 * std_normal_lcdf_deriv_scaled_y
165165
- 0.0100428567412041;
166166
}
167-
} else {
168-
std_normal_lcdf_dnlcdf = INFINITY;
169-
});
167+
} else { std_normal_lcdf_dnlcdf = INFINITY; });
170168
} // namespace internal
171169

172170
/** \ingroup opencl

0 commit comments

Comments
 (0)