Skip to content

Commit 5383c51

Browse files
committed
Apply clang-format
1 parent 587c97c commit 5383c51

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

sycl/include/sycl/detail/id_queries_fit_in_int.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#ifndef __SYCL_DEVICE_ONLY__
2424

2525
#include <sycl/exception.hpp>
26-
#include <sycl/range.hpp>
2726
#include <sycl/nd_range.hpp>
27+
#include <sycl/range.hpp>
2828

2929
#include <limits>
3030
#include <type_traits>

sycl/include/sycl/ext/oneapi/experimental/virtual_functions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#pragma once
22

33
#include <sycl/ext/oneapi/properties/property.hpp>
4-
#include <sycl/ext/oneapi/properties/property_value.hpp>
54
#include <sycl/ext/oneapi/properties/property_utils.hpp>
5+
#include <sycl/ext/oneapi/properties/property_value.hpp>
66

77
#include <utility>
88

sycl/test/format.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,12 @@ def execute(self, test, litConfig):
8181
# It means that we have a special test case for a header and we need
8282
# to execute it as a regular lit sh test
8383
return lit.TestRunner.executeShTest(
84-
test, litConfig,
85-
False, # execute_external
86-
[], # extra_substitutions
87-
[], # preamble_commands
88-
)
84+
test,
85+
litConfig,
86+
False, # execute_external
87+
[], # extra_substitutions
88+
[], # preamble_commands
89+
)
8990

9091
# Otherwise we generate the test on the fly
9192
command = [

0 commit comments

Comments
 (0)