Skip to content

Commit

Permalink
Run clang-format on the code the reduce merge conflicts for PR #1778
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Jan 31, 2025
1 parent 7bf16ba commit 3128f2f
Show file tree
Hide file tree
Showing 292 changed files with 42,907 additions and 37,335 deletions.
11 changes: 7 additions & 4 deletions include/RAJA/RAJA.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
#endif

#if defined(RAJA_ENABLE_DESUL_ATOMICS)
#include "RAJA/policy/desul.hpp"
#include "RAJA/policy/desul.hpp"
#endif

#include "RAJA/index/IndexSet.hpp"
Expand Down Expand Up @@ -197,11 +197,14 @@

#include "RAJA/pattern/sort.hpp"

namespace RAJA {
namespace expt{}
namespace RAJA
{
namespace expt
{}

// // provide a RAJA::expt namespace for experimental work, but bring alias
// // it into RAJA so it doesn't affect user code
// using namespace expt;
}
} // namespace RAJA

#endif // closing endif for header file include guard
Loading

0 comments on commit 3128f2f

Please sign in to comment.