Skip to content

Commit 19a2632

Browse files
author
Hackathon User
committed
fix: cmake-format and clang-format compliance
- Remove stray blank line in tests/unit/CMakeLists.txt that failed cmake-format --check. - Sort includes in hpx_main.hpp alphabetically (hpx/config/static_linker_check.hpp before hpx/wrap_main.hpp) to satisfy clang-format. Refs: #7070 Signed-off-by: shivansh023023 <singhshivansh023@gmail.com>
1 parent efe5e40 commit 19a2632

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

libs/core/include_local/tests/unit/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
set(tests local_header)
88

9-
109
foreach(test ${tests})
1110
set(sources ${test}.cpp)
1211

wrap/include/hpx/hpx_main.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
#pragma once
99

10-
#include <hpx/wrap_main.hpp>
1110
#include <hpx/config/static_linker_check.hpp>
11+
#include <hpx/wrap_main.hpp>
1212

1313
#if defined(HPX_HAVE_RUN_MAIN_EVERYWHERE)
1414

0 commit comments

Comments
 (0)