Skip to content

Commit 93941bc

Browse files
Another clang-formatting (2)
1 parent d37887a commit 93941bc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

sycl/include/CL/sycl/INTEL/esimd/detail/emu/esimdcpu_device_interface.hpp

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,12 @@ ESIMDDeviceInterface *getESIMDDeviceInterface() {
8585
// versions of PluginOpaqueData is not backward compatible, unlike
8686
// layout of the ESIMDDeviceInterface.
8787

88-
std::cerr
89-
<< __FUNCTION__ << std::endl
90-
<< "Opaque data returned by ESIMD Emu plugin is incompatible with"
91-
<< "the one used in current implementation." << std::endl
92-
<< "Returned version : " << OpaqueData->version << std::endl
93-
<< "Required version : " << ESIMD_EMU_PLUGIN_OPAQUE_DATA_VERSION
94-
<< std::endl;
88+
std::cerr << __FUNCTION__ << std::endl
89+
<< "Opaque data returned by ESIMD Emu plugin is incompatible with"
90+
<< "the one used in current implementation." << std::endl
91+
<< "Returned version : " << OpaqueData->version << std::endl
92+
<< "Required version : " << ESIMD_EMU_PLUGIN_OPAQUE_DATA_VERSION
93+
<< std::endl;
9594
throw cl::sycl::feature_not_supported();
9695
}
9796
// Opaque data version is OK, can cast the 'data' field.

0 commit comments

Comments
 (0)