Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gagis committed Jun 2, 2023
1 parent ba77899 commit bd18274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svgren/surface.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct surface : public r4::rectangle<unsigned> {
unsigned stride = 0; // stride in pixels, not bytes

surface() :
r4::rectangle<unsigned>{0, std::numeric_limits<unsigned>::max()}
r4::rectangle<unsigned>(0, std::numeric_limits<unsigned>::max())
{}

surface intersection(const r4::rectangle<unsigned>& r) const;
Expand Down

0 comments on commit bd18274

Please sign in to comment.