From 30beba801299ea2fe7ad2426faf6b855d35bbedc Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 9 Sep 2021 18:06:05 -0700 Subject: [PATCH] fdpAdjust: reflow some text --- lib/neatogen/adjust.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/neatogen/adjust.c b/lib/neatogen/adjust.c index 8e6276063..b2013de37 100644 --- a/lib/neatogen/adjust.c +++ b/lib/neatogen/adjust.c @@ -754,8 +754,7 @@ fdpAdjust (graph_t* g, adjust_data* am) } } - if (!SparseMatrix_is_symmetric(A, FALSE) - || A->type != MATRIX_TYPE_REAL) { + if (!SparseMatrix_is_symmetric(A, FALSE) || A->type != MATRIX_TYPE_REAL) { A = SparseMatrix_get_real_adjacency_matrix_symmetrized(A); } else { A = SparseMatrix_remove_diagonal(A); -- 2.40.0