From 57d0b4b5a396fc1f3a173808ddfe68737cd7a178 Mon Sep 17 00:00:00 2001 From: Kellermorph Date: Fri, 7 Aug 2026 13:48:40 +0200 Subject: [PATCH] fix whitespace --- sources/diagram.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/diagram.h b/sources/diagram.h index 360888186..36b346463 100644 --- a/sources/diagram.h +++ b/sources/diagram.h @@ -126,9 +126,9 @@ class Diagram : public QGraphicsScene bool use_border_; bool draw_guides_; QList m_guides_list; - bool draw_terminals_; - bool draw_terminal_names_; - bool draw_colored_conductors_; + bool draw_terminals_; + bool draw_terminal_names_; + bool draw_colored_conductors_; QString m_conductors_autonum_name; DiagramEventInterface *m_event_interface;