Skip to content

Commit 7f78327

Browse files
committed
format
1 parent abb7f65 commit 7f78327

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sycl/unittests/compression/CompressionTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ TEST(CompressionTest, ConcurrentDecompressionOfDeviceImage) {
136136
/*addr*/ nullptr, const_cast<char *>(EntryName), strlen(EntryName),
137137
/*flags*/ 0, /*reserved*/ 0};
138138
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
139-
sycl_device_binary_struct BinStruct{/*Version*/
139+
sycl_device_binary_struct BinStruct { /*Version*/
140140
1,
141141
#else
142142
sycl_device_binary_struct BinStruct{/*Version*/ 3,

sycl/unittests/kernel-and-program/PersistentDeviceCodeCache.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class PersistentDeviceCodeCache
264264
/*addr*/ nullptr, const_cast<char *>(EntryName), strlen(EntryName),
265265
/*flags*/ 0, /*reserved*/ 0};
266266
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
267-
sycl_device_binary_struct BinStruct{/*Version*/
267+
sycl_device_binary_struct BinStruct { /*Version*/
268268
1,
269269
#else
270270
sycl_device_binary_struct BinStruct{/*Version*/ 3,
@@ -322,7 +322,7 @@ TEST_P(PersistentDeviceCodeCache, MultipleImages) {
322322
/*addr*/ nullptr, const_cast<char *>(ExtraEntryName),
323323
strlen(ExtraEntryName), /*flags*/ 0, /*reserved*/ 0};
324324
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
325-
sycl_device_binary_struct ExtraBinStruct{/*Version*/
325+
sycl_device_binary_struct ExtraBinStruct { /*Version*/
326326
1,
327327
#else
328328
sycl_device_binary_struct ExtraBinStruct{/*Version*/ 3,

0 commit comments

Comments
 (0)