Skip to content

Commit 1547ae8

Browse files
committed
Style fix
1 parent b24c8a7 commit 1547ae8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pb_stub.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,8 @@ Stub::GetCUDAMemoryPoolAddress(std::unique_ptr<IPCMessage>& ipc_message)
14911491
}
14921492

14931493
void
1494-
Stub::DestroyPythonObjects() {
1494+
Stub::DestroyPythonObjects()
1495+
{
14951496
// Ensure the interpreter is active before trying to clean up.
14961497
if (Py_IsInitialized()) {
14971498
py::gil_scoped_acquire acquire;

0 commit comments

Comments
 (0)