mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 15:20:08 +01:00
all: add trailing semicolon to NM_DEFINE_SINGLETON_REGISTER()
This commit is contained in:
parent
ba42189bb9
commit
3f140afdfc
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ nm_singleton_instance_register (void) \
|
|||
{ \
|
||||
g_object_weak_ref (G_OBJECT (singleton_instance), _singleton_instance_weak_ref_cb, NULL); \
|
||||
_nm_singleton_instance_register_destruction (G_OBJECT (singleton_instance)); \
|
||||
}
|
||||
} \
|
||||
_NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON
|
||||
|
||||
void _nm_singleton_instance_register_destruction (GObject *instance);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue