Skip to content

Commit

Permalink
mpl2: format
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
  • Loading branch information
AcKoucher committed Nov 14, 2024
1 parent 575c168 commit d70636b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpl2/src/graphics.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class Graphics : public gui::Renderer, public Mpl2Observer
// so for this case, the current cluster is actually the current parent.
Cluster* current_cluster_{nullptr};

int x_mark_size_ {0}; // For blocked boundaries.
int x_mark_size_{0}; // For blocked boundaries.

bool active_ = true;
bool coarse_;
Expand Down

0 comments on commit d70636b

Please sign in to comment.