Skip to content

Commit

Permalink
update clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHastings committed Aug 6, 2021
1 parent 50556e1 commit a967638
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cpp/src/community/louvain.cu
Expand Up @@ -29,9 +29,8 @@ namespace cugraph {
namespace detail {

template <typename vertex_t, typename edge_t, typename weight_t, bool multi_gpu>
void check_clustering(
graph_view_t<vertex_t, edge_t, weight_t, false, multi_gpu> const& graph_view,
vertex_t* clustering)
void check_clustering(graph_view_t<vertex_t, edge_t, weight_t, false, multi_gpu> const& graph_view,
vertex_t* clustering)
{
if (graph_view.get_number_of_local_vertices() > 0)
CUGRAPH_EXPECTS(clustering != nullptr, "Invalid input argument: clustering is null");
Expand Down

0 comments on commit a967638

Please sign in to comment.