Cleanup: indentation of public/protected/private keywords

This commit is contained in:
Twan van Laarhoven
2020-05-12 21:57:37 +02:00
parent 86aec577a2
commit 0c3712b61a
167 changed files with 751 additions and 752 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ DECLARE_POINTER_TYPE(ChoiceValue);
/// A field that contains a list of choices
class ChoiceField : public Field {
public:
public:
ChoiceField();
DECLARE_FIELD_TYPE(Choice);
@@ -53,7 +53,7 @@ enum ChoiceChoiceType {
/// An item that can be chosen for this field
class ChoiceField::Choice : public IntrusivePtrBase<ChoiceField::Choice> {
public:
public:
Choice();
Choice(const String& name);
@@ -184,7 +184,7 @@ public:
/// The Value in a ChoiceField
class ChoiceValue : public Value {
public:
public:
/// Create a value for the given field
/** If initial_first_choice then the first choice should be used in the absence of
an explicit initial value