mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 03:54:18 -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:
@ -74,7 +74,7 @@ public:
|
||||
bool writeImage(const QImage &);
|
||||
|
||||
private:
|
||||
enum { NORMAL, DITHERED, SCREEN, COLORMAP }; // colormap
|
||||
enum { NORMAL, DITHERED, SCREEN, COLORMAP, }; // colormap
|
||||
QIODevice *_dev;
|
||||
QDataStream _stream;
|
||||
|
||||
|
Reference in New Issue
Block a user