Skip to content

Commit 82a3ded

Browse files
committed
Fix formatting
Signed-off-by: Steffen Larsen <[email protected]>
1 parent e885e80 commit 82a3ded

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sycl/source/detail/scheduler/graph_builder.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,8 +1110,7 @@ void Scheduler::GraphBuilder::cleanupCommandsForRecord(
11101110
ExecCmd->getAuxiliaryResources();
11111111
ExecCmd->clearAuxiliaryResources();
11121112
AuxResourcesToDeallocate.insert(AuxResourcesToDeallocate.end(),
1113-
AuxResources.begin(),
1114-
AuxResources.end());
1113+
AuxResources.begin(), AuxResources.end());
11151114
}
11161115

11171116
for (Command *UserCmd : Cmd->MUsers)
@@ -1232,8 +1231,7 @@ void Scheduler::GraphBuilder::cleanupFinishedCommands(
12321231
ExecCmd->getAuxiliaryResources();
12331232
ExecCmd->clearAuxiliaryResources();
12341233
AuxResourcesToDeallocate.insert(AuxResourcesToDeallocate.end(),
1235-
AuxResources.begin(),
1236-
AuxResources.end());
1234+
AuxResources.begin(), AuxResources.end());
12371235
}
12381236

12391237
for (const DepDesc &Dep : Cmd->MDeps) {

0 commit comments

Comments
 (0)