Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Oct 22, 2023
1 parent 36ecb44 commit b98d4b3
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 @@ -107,7 +107,7 @@ namespace amrex
#else
AMREX_IF_ON_DEVICE((
AMREX_HIP_OR_CUDA(
return hiprand_poisson(random_engine.rand_state, lambda); ,
return hiprand_poisson(random_engine.rand_state, lambda); ,
return curand_poisson(random_engine.rand_state, lambda);
)
))
Expand Down

0 comments on commit b98d4b3

Please sign in to comment.