mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Remove trailing commas from enums
This commit is contained in:
@@ -1650,7 +1650,7 @@ typedef enum {
|
||||
* Since: 2.34
|
||||
*/
|
||||
typedef enum /*< flags >*/ {
|
||||
G_TEST_DBUS_NONE = 0,
|
||||
G_TEST_DBUS_NONE = 0
|
||||
} GTestDBusFlags;
|
||||
|
||||
G_END_DECLS
|
||||
|
Reference in New Issue
Block a user