Skip to content

Commit 83aa8f5

Browse files
committed
[Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final)
1 parent b64652d commit 83aa8f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stan/math/prim/err/elementwise_check.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ struct Iser {
115115
*/
116116
template <typename T_is_good, typename T_x>
117117
inline void elementwise_check(const T_is_good& is_good, const char* function,
118-
const char* name, const T_x& x, const char* suffix) {
118+
const char* name, const T_x& x,
119+
const char* suffix) {
119120
internal::Checker<T_is_good, std::domain_error>{is_good, function, name,
120121
suffix}
121122
.check(x);

0 commit comments

Comments
 (0)