Skip to content

Commit

Permalink
Apply clang format style
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbowen42 committed Oct 8, 2024
1 parent d0ce814 commit cabeff8
Show file tree
Hide file tree
Showing 605 changed files with 60,395 additions and 52,752 deletions.
10 changes: 6 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,13 @@

#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 cabeff8

Please sign in to comment.