mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gio enums: Remove trailing commas
This commit is contained in:
parent
29aae440fb
commit
d728c00a04
@ -1479,7 +1479,7 @@ typedef enum
|
||||
* Since: 2.30
|
||||
*/
|
||||
typedef enum {
|
||||
G_TLS_DATABASE_VERIFY_NONE = 0,
|
||||
G_TLS_DATABASE_VERIFY_NONE = 0
|
||||
} GTlsDatabaseVerifyFlags;
|
||||
|
||||
/**
|
||||
@ -1495,7 +1495,7 @@ typedef enum {
|
||||
*/
|
||||
typedef enum {
|
||||
G_TLS_DATABASE_LOOKUP_NONE = 0,
|
||||
G_TLS_DATABASE_LOOKUP_KEYPAIR = 1,
|
||||
G_TLS_DATABASE_LOOKUP_KEYPAIR = 1
|
||||
} GTlsDatabaseLookupFlags;
|
||||
|
||||
G_END_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user