mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-11-30 12:02:42 -05:00
Add a trailing comma to enum
Should help produce better diffs and clang-format won't squash the enum on one line. GIT_SILENT
This commit is contained in:
@ -51,7 +51,7 @@ private:
|
||||
{
|
||||
ParseAvifError = -1,
|
||||
ParseAvifNotParsed = 0,
|
||||
ParseAvifSuccess = 1
|
||||
ParseAvifSuccess = 1,
|
||||
};
|
||||
|
||||
ParseAvifState m_parseState;
|
||||
|
||||
Reference in New Issue
Block a user