Whitespace fix.

This commit is contained in:
Pentarctagon 2022-05-04 17:46:36 -05:00
parent 9aac90dd81
commit a8d145813d
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -555,7 +555,7 @@ private:
void layout(const point& origin);
/** See @ref widget::impl_draw_children. */
virtual void impl_draw_children(int x_offset, int y_offset) override;
virtual void impl_draw_children(int x_offset, int y_offset) override;
};
/**