format: fix formatting

This commit is contained in:
Vaxry 2024-02-19 17:20:39 +00:00
parent df82625206
commit fe9c8d8745

View file

@ -58,6 +58,7 @@ class CRegion {
std::vector<pixman_box32_t> getRects() const; std::vector<pixman_box32_t> getRects() const;
//
pixman_region32_t* pixman() { pixman_region32_t* pixman() {
return &m_rRegion; return &m_rRegion;
} }