Skip to content

Commit f938900

Browse files
missing closing brace
1 parent 421a1c6 commit f938900

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

experimental/algorithm/LAGraph_LouvainIS.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,4 +528,5 @@ int LAGraph_LouvainIS(
528528
return (GrB_SUCCESS) ;
529529
#else
530530
return (GrB_NOT_IMPLEMENTED);
531-
#endif
531+
#endif
532+
}

experimental/algorithm/LAGraph_LouvainSeq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,3 +373,4 @@ int LAGraph_LouvainSeq(
373373
#else
374374
return (GrB_NOT_IMPLEMENTED);
375375
#endif
376+
}

experimental/algorithm/LaGr_Modularity2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,4 @@ int LAGr_Modularity2(
133133
#else
134134
return (GrB_NOT_IMPLEMENTED);
135135
#endif
136+
}

0 commit comments

Comments
 (0)