Add trailing comma to last member in enum
This should prevent clang-format from squashing the enum on one line. GIT_SILENT
This commit is contained in:
parent
8d19e1c896
commit
ac109502d5
@ -44,13 +44,13 @@ public:
|
||||
Emote,
|
||||
International,
|
||||
Place,
|
||||
StatusIcon
|
||||
StatusIcon,
|
||||
};
|
||||
Q_ENUM(Context)
|
||||
enum Type {
|
||||
Fixed,
|
||||
Scalable,
|
||||
Threshold
|
||||
Threshold,
|
||||
};
|
||||
Q_ENUM(Type)
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user