mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 09:30:13 +01:00
trivial: whitespace cleanup
This commit is contained in:
parent
26327e7646
commit
3697aa7d75
1 changed files with 3 additions and 1 deletions
|
|
@ -730,8 +730,10 @@ dispose (GObject *object)
|
|||
}
|
||||
|
||||
static void
|
||||
nm_session_manager_class_init (NMSessionManagerClass *manager_class) {
|
||||
nm_session_manager_class_init (NMSessionManagerClass *manager_class)
|
||||
{
|
||||
GObjectClass *g_class = G_OBJECT_CLASS (manager_class);
|
||||
|
||||
g_type_class_add_private (g_class, sizeof(NMSessionManagerPrivate));
|
||||
g_class->dispose = dispose;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue