Skip to content

Commit 23fe607

Browse files
committed
Clang format fix
1 parent 7b047a8 commit 23fe607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -996,8 +996,8 @@ ProgramManager::ProgramPtr ProgramManager::build(
996996
const detail::plugin &Plugin = Context->getPlugin();
997997
if (LinkPrograms.empty() && !ForceLink) {
998998
const std::string &Options = LinkOptions.empty()
999-
? CompileOptions
1000-
: (CompileOptions + " " + LinkOptions);
999+
? CompileOptions
1000+
: (CompileOptions + " " + LinkOptions);
10011001
RT::PiResult Error = Plugin.call_nocheck<PiApiKind::piProgramBuild>(
10021002
Program.get(), /*num devices =*/1, &Device, Options.c_str(), nullptr,
10031003
nullptr);

0 commit comments

Comments
 (0)