Skip to content

Commit 71a32a1

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent e92490c commit 71a32a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stan/math/prim/fun/read_corr_matrix.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ read_corr_matrix(const T_CPCs& CPCs, size_t K) {
4444
*
4545
* @tparam T_CPCs type of the array (must be derived from \c Eigen::ArrayBase
4646
* and have one compile-time dimension equal to 1)
47-
* @tparam Lp A scalar type for the lp argument. The scalar type of T_CPCs should be
48-
* convertable to this.
47+
* @tparam Lp A scalar type for the lp argument. The scalar type of T_CPCs
48+
* should be convertable to this.
4949
* @param CPCs The (K choose 2) canonical partial correlations in
5050
* (-1, 1).
5151
* @param K Dimensionality of correlation matrix.

0 commit comments

Comments
 (0)