Skip to content

Commit 931f6c7

Browse files
committed
#7: comm: fix more trailing whitespace
1 parent 9f71d7e commit 931f6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vt-lb/comm/MPI/comm_mpi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ struct CommMPI {
383383
assert(class_map_.find(class_index) != class_map_.end() && "Class index not found");
384384
mem_fn->dispatch(
385385
buf.data() + 3*sizeof(int),
386-
class_map_[class_index],
386+
class_map_[class_index],
387387
true
388388
);
389389

0 commit comments

Comments
 (0)