Skip to content

Commit 28f302c

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent d4792d5 commit 28f302c

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

stan/math/opencl/prim/normal_lcdf.hpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

stan/math/opencl/prim/std_normal_lcdf.hpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)