Skip to content

Commit edaf08b

Browse files
committed
btl/vader: minor correction to match ompi coding style
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
1 parent 30b8336 commit edaf08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/vader/btl_vader_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ static int vader_add_procs (struct mca_btl_base_module_t* btl,
278278
continue;
279279
}
280280

281-
if (my_proc != procs[proc] && reachability) {
281+
if (my_proc != procs[proc] && NULL != reachability) {
282282
/* add this proc to shared memory accessibility list */
283283
rc = opal_bitmap_set_bit (reachability, proc);
284284
if(OPAL_SUCCESS != rc) {

0 commit comments

Comments
 (0)