format: fix formatting

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

View file

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