cleanup indentation

This commit is contained in:
Twan van Laarhoven
2020-05-16 00:56:11 +02:00
parent 5deaeeeb3e
commit 32f28747f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ private:
// --------------------------------------------------- : Data
public:
public:
/// What parts are selected?
SymbolPartsSelection selected_parts;
SymbolPartP highlight_part; ///< part the mouse cursor is over
+1 -1
View File
@@ -23,7 +23,7 @@ DECLARE_DYNAMIC_ARG(bool, drawing_card);
/// A viewer can generate an image of some values, usually a card.
class DataViewer : public SetView {
public:
public:
DataViewer();
~DataViewer();