Skip to content

Commit 4a42b41

Browse files
committed
fixed clang formatting
1 parent d818383 commit 4a42b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/Cabana_CommunicationPlan.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ class CommunicationPlan
11241124
exec_space, element_export_ranks, comm_size,
11251125
typename Impl::CountSendsAndCreateSteeringAlgorithm<
11261126
ExecutionSpace>::type() );
1127-
1127+
11281128
// Barrier before continuing to ensure synchronization.
11291129
MPI_Barrier( comm() );
11301130

@@ -1437,7 +1437,7 @@ class CommunicationPlan
14371437
exec_space, element_export_ranks, comm_size,
14381438
typename Impl::CountSendsAndCreateSteeringAlgorithm<
14391439
ExecutionSpace>::type() );
1440-
1440+
14411441
// Barrier before continuing to ensure synchronization.
14421442
MPI_Barrier( comm() );
14431443

0 commit comments

Comments
 (0)