Skip to content

Commit 3d6af6e

Browse files
authored
Fix formatting issues.
1 parent cc12e88 commit 3d6af6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/plugins/level_zero/pi_level_zero.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,9 @@ static pi_result getOrCreatePlatform(ze_driver_handle_t ZeDriver,
771771
CommandListCacheSizeValue =
772772
CommandListCacheSize ? std::stoi(CommandListCacheSize) : 20000;
773773
} catch (std::exception const &) {
774-
zePrint("SYCL_PI_LEVEL_ZERO_MAX_COMMAND_LIST_CACHE: invalid value provided, "
775-
"default set.\n");
774+
zePrint(
775+
"SYCL_PI_LEVEL_ZERO_MAX_COMMAND_LIST_CACHE: invalid value provided, "
776+
"default set.\n");
776777
CommandListCacheSizeValue = 20000;
777778
}
778779
return CommandListCacheSizeValue;

0 commit comments

Comments
 (0)