Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jul 9, 2021
1 parent 228b170 commit 5a86d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/support/Span.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ template <class T>
class Span
{
public:
using pointer = T *;
using pointer = T *;
using const_pointer = const T *;

constexpr Span() : mDataBuf(nullptr), mDataLen(0) {}
Expand Down

0 comments on commit 5a86d3b

Please sign in to comment.