Skip to content

Commit

Permalink
Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasyadav18 authored and hkaiser committed Jan 20, 2022
1 parent 6f89289 commit 8bf33c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -6,7 +6,7 @@

#pragma once

#include <hpx/local/config.hpp>
#include <hpx/config.hpp>
#include <hpx/execution/traits/is_execution_policy.hpp>
#include <hpx/functional/detail/tag_fallback_invoke.hpp>
#include <hpx/functional/invoke.hpp>
Expand Down
Expand Up @@ -6,7 +6,7 @@

#pragma once

#include <hpx/local/config.hpp>
#include <hpx/config.hpp>

#if defined(HPX_HAVE_DATAPAR)
#include <hpx/concepts/concepts.hpp>
Expand Down
Expand Up @@ -5,8 +5,8 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

#include <hpx/parallel/datapar.hpp>
#include <hpx/local/init.hpp>
#include <hpx/parallel/datapar.hpp>

#include <iostream>
#include <string>
Expand Down

0 comments on commit 8bf33c8

Please sign in to comment.