Skip to content

Commit

Permalink
clang-format saps souls
Browse files Browse the repository at this point in the history
  • Loading branch information
cperkinsintel committed Feb 3, 2024
1 parent c7be892 commit 368707f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sycl/source/detail/global_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ void GlobalHandler::releaseDefaultContexts() {
// races with the detaching of the DLL object that calls piTearDown.

MPlatformToDefaultContextCache.Inst.reset(nullptr);

}

struct DefaultContextReleaseHandler {
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Graph/Explicit/add_node_while_recording.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int main() {
Success = (StdErrc == static_cast<int>(errc::invalid));
}
assert(Success);

Graph.end_recording();
return 0;
}

0 comments on commit 368707f

Please sign in to comment.