From d70636bb4995fa4436a29c602ac4d613da85cd8b Mon Sep 17 00:00:00 2001 From: Arthur Koucher Date: Thu, 14 Nov 2024 15:49:54 -0300 Subject: [PATCH] mpl2: format Signed-off-by: Arthur Koucher --- src/mpl2/src/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpl2/src/graphics.h b/src/mpl2/src/graphics.h index de16092f86b..b3845940d86 100644 --- a/src/mpl2/src/graphics.h +++ b/src/mpl2/src/graphics.h @@ -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_;