Skip to content

Commit c7a7762

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/math/prim/prob/wiener4_lcdf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ inline auto log_probability_GradAV(const T_a& a, const T_v& v, const T_w& w) {
111111
}
112112
if (log(w) > log_quotient) {
113113
return -exp(log_prob + log_diff_exp(log(w), log_quotient));
114-
} else {
114+
} else {
115115
return exp(log_prob + log_diff_exp(log_quotient, log(w)));
116116
}
117117
}

0 commit comments

Comments
 (0)