mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-09-30 22:14:57 -04: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:
@ -36,7 +36,7 @@ private:
|
||||
enum ParseHeicState {
|
||||
ParseHeicError = -1,
|
||||
ParseHeicNotParsed = 0,
|
||||
ParseHeicSuccess = 1
|
||||
ParseHeicSuccess = 1,
|
||||
};
|
||||
|
||||
ParseHeicState m_parseState;
|
||||
|
Reference in New Issue
Block a user