Skip to content

Commit d664504

Browse files
authored
Update src/idtr.cpp format
1 parent d9eb123 commit d664504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idtr.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ WaitHandleBase *_idtr_copy_reshape(SHARPY::DTypeId sharpytype,
525525
if (isStrided) {
526526
unpack(rBuff, sharpytype, oDataShapePtr, oDataStridesPtr, oNDims,
527527
oDataPtr);
528-
delete[] (char *)rBuff;
528+
delete[](char *) rBuff;
529529
}
530530
};
531531
assert(sendbuff.empty() && sszs.empty() && soffs.empty() && rszs.empty() &&

0 commit comments

Comments
 (0)