Skip to content

Commit

Permalink
fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Oct 15, 2023
1 parent 5471bc7 commit aa02932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_Random.H
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace amrex
))
#else
AMREX_IF_ON_DEVICE((
return 1.0 - curand_uniform_double(random_engine.rand_state);
return 1.0 - curand_uniform_double(random_engine.rand_state);
))
#endif
AMREX_IF_ON_HOST((
Expand Down

0 comments on commit aa02932

Please sign in to comment.