Skip to content

Commit c20fe51

Browse files
committed
Fix clang-format
1 parent 215f516 commit c20fe51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/source/detail/allowlist.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include <detail/config.hpp>
109
#include <detail/allowlist.hpp>
10+
#include <detail/config.hpp>
1111
#include <detail/device_impl.hpp>
1212
#include <detail/platform_info.hpp>
1313

@@ -25,7 +25,7 @@ constexpr char PlatformVersionKeyName[] = "PlatformVersion";
2525
constexpr char DeviceNameKeyName[] = "DeviceName";
2626
constexpr char PlatformNameKeyName[] = "PlatformName";
2727

28-
constexpr std::array<const char*, 7> SupportedAllowListKeyNames{
28+
constexpr std::array<const char *, 7> SupportedAllowListKeyNames{
2929
BackendNameKeyName, DeviceTypeKeyName, DeviceVendorIdKeyName,
3030
DriverVersionKeyName, PlatformVersionKeyName, DeviceNameKeyName,
3131
PlatformNameKeyName};
@@ -268,7 +268,7 @@ bool deviceIsAllowed(const DeviceDescT &DeviceDesc,
268268
}
269269

270270
void applyAllowList(std::vector<RT::PiDevice> &PiDevices,
271-
RT::PiPlatform PiPlatform, const plugin &Plugin) {
271+
RT::PiPlatform PiPlatform, const plugin &Plugin) {
272272
AllowListParsedT AllowListParsed =
273273
parseAllowList(SYCLConfig<SYCL_DEVICE_ALLOWLIST>::get());
274274
if (AllowListParsed.empty())

0 commit comments

Comments
 (0)