mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:37:46 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -28,7 +28,7 @@ public:
|
|||
T const* operator->() const { return *this; }
|
||||
|
||||
operator T*() { return reinterpret_cast<T*>(static_cast<FlatPtr>(m_ptr)); }
|
||||
operator T const *() const { return reinterpret_cast<T const*>(static_cast<FlatPtr>(m_ptr)); }
|
||||
operator T const*() const { return reinterpret_cast<T const*>(static_cast<FlatPtr>(m_ptr)); }
|
||||
|
||||
T& operator[](size_t index) { return static_cast<T*>(*this)[index]; }
|
||||
T const& operator[](size_t index) const { return static_cast<T const*>(*this)[index]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue