Skip to content

Commit

Permalink
btl/vader: minor correction to match ompi coding style
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
  • Loading branch information
hjelmn committed Jan 7, 2019
1 parent 30b8336 commit edaf08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal/mca/btl/vader/btl_vader_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static int vader_add_procs (struct mca_btl_base_module_t* btl,
continue;
}

if (my_proc != procs[proc] && reachability) {
if (my_proc != procs[proc] && NULL != reachability) {
/* add this proc to shared memory accessibility list */
rc = opal_bitmap_set_bit (reachability, proc);
if(OPAL_SUCCESS != rc) {
Expand Down

0 comments on commit edaf08b

Please sign in to comment.