Skip to content

Commit

Permalink
Soothe clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
akukanov committed Aug 2, 2024
1 parent 7c241de commit 91789d4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

#ifdef _ONEDPL_DR_STD_RANGES_SHIM

#include _ONEDPL_DR_STD_RANGES_SHIM
# include _ONEDPL_DR_STD_RANGES_SHIM

#else

#include <ranges>
# include <ranges>

namespace stdrng = ::std::ranges;

#define _ONEDPL_DR_STD_RANGES_NAMESPACE std::ranges
# define _ONEDPL_DR_STD_RANGES_NAMESPACE std::ranges

#endif /* _ONEDPL_DR_STD_RANGES_SHIM */

Expand Down

0 comments on commit 91789d4

Please sign in to comment.