Skip to content

Commit 1cfd860

Browse files
committed
minor spacing
1 parent 88569aa commit 1cfd860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/dynamix/dbg_dmp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace dynamix::util {
1616
namespace {
1717
struct p {
18-
template <typename T>
18+
template <typename T>
1919
p(T* pp) : ptr(reinterpret_cast<const void*>(pp)) {}
2020
const void* ptr;
2121
};

0 commit comments

Comments
 (0)