diff --git a/src/sundials/sundials_direct.c b/src/sundials/sundials_direct.c index 0977f95f1f..575b0f1b70 100644 --- a/src/sundials/sundials_direct.c +++ b/src/sundials/sundials_direct.c @@ -327,7 +327,6 @@ void SUNDlsMat_PrintMat(SUNDlsMat A, FILE* outfile) } fprintf(outfile, "\n"); } - fprintf(outfile, "\n"); break; @@ -346,7 +345,6 @@ void SUNDlsMat_PrintMat(SUNDlsMat A, FILE* outfile) } fprintf(outfile, "\n"); } - fprintf(outfile, "\n"); break; } diff --git a/src/sunmatrix/band/sunmatrix_band.c b/src/sunmatrix/band/sunmatrix_band.c index 0a8b278591..5b450baa3f 100644 --- a/src/sunmatrix/band/sunmatrix_band.c +++ b/src/sunmatrix/band/sunmatrix_band.c @@ -142,7 +142,6 @@ void SUNBandMatrix_Print(SUNMatrix A, FILE* outfile) } fprintf(outfile, "\n"); } - fprintf(outfile, "\n"); return; } diff --git a/src/sunmatrix/dense/sunmatrix_dense.c b/src/sunmatrix/dense/sunmatrix_dense.c index 9a60ba7975..4a226fe084 100644 --- a/src/sunmatrix/dense/sunmatrix_dense.c +++ b/src/sunmatrix/dense/sunmatrix_dense.c @@ -118,7 +118,6 @@ void SUNDenseMatrix_Print(SUNMatrix A, FILE* outfile) } fprintf(outfile, "\n"); } - fprintf(outfile, "\n"); return; } diff --git a/src/sunmatrix/sparse/sunmatrix_sparse.c b/src/sunmatrix/sparse/sunmatrix_sparse.c index 4195351423..2048e41c69 100644 --- a/src/sunmatrix/sparse/sunmatrix_sparse.c +++ b/src/sunmatrix/sparse/sunmatrix_sparse.c @@ -421,7 +421,6 @@ void SUNSparseMatrix_Print(SUNMatrix A, FILE* outfile) } fprintf(outfile, "\n"); } - fprintf(outfile, "\n"); return; }