Skip to content

Commit d306984

Browse files
committed
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final)
1 parent 4b3dc20 commit d306984

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

stan/math/prim/prob/von_mises_ccdf_log.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ namespace math {
1212
*/
1313
template <typename T_x, typename T_mu, typename T_k>
1414
inline return_type_t<T_x, T_mu, T_k> von_mises_ccdf_log(const T_x& x,
15-
const T_mu& mu,
16-
const T_k& k) {
15+
const T_mu& mu,
16+
const T_k& k) {
1717
return von_mises_lccdf<T_x, T_mu, T_k>(x, mu, k);
1818
}
1919

stan/math/prim/prob/von_mises_cdf_log.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ namespace math {
1212
*/
1313
template <typename T_x, typename T_mu, typename T_k>
1414
inline return_type_t<T_x, T_mu, T_k> von_mises_cdf_log(const T_x& x,
15-
const T_mu& mu,
16-
const T_k& k) {
15+
const T_mu& mu,
16+
const T_k& k) {
1717
return von_mises_lcdf<T_x, T_mu, T_k>(x, mu, k);
1818
}
1919

0 commit comments

Comments
 (0)