Skip to content

Commit

Permalink
remove trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Jun 23, 2023
1 parent 53fab13 commit ccfad1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Src/EB/AMReX_EBFluxRegister.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,7 @@ EBFluxRegister::Reflux (MultiFab& crse_state, const amrex::MultiFab& crse_vfrac,
#ifdef AMREX_USE_OMP
#pragma omp parallel if (Gpu::notInLaunchRegion())
#endif
for (MFIter mfi(cf,TilingIfNotGPU()); mfi.isValid(); ++mfi)
{
for (MFIter mfi(cf,TilingIfNotGPU()); mfi.isValid(); ++mfi) {
const Box& cbx = mfi.tilebox();
const Box& fbx = amrex::refine(cbx, m_ratio);

Expand Down

0 comments on commit ccfad1c

Please sign in to comment.