Skip to content

Commit 759dcdc

Browse files
committed
reformat for clang-format 22.1.3
1 parent e0e8f27 commit 759dcdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/pybind11/external_usm_allocation/external_usm_allocation/_usm_alloc_example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct DMatrix
4949
: n_(rows), m_(columns), q_(q), alloc_(q), vec_(n_ * m_, alloc_)
5050
{
5151
}
52-
~DMatrix(){};
52+
~DMatrix() {};
5353
DMatrix(const DMatrix &) = default;
5454
DMatrix(DMatrix &&) = default;
5555

0 commit comments

Comments
 (0)