mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 14:58:09 +02:00
trivial: style fix
This commit is contained in:
parent
b2fdf36d8d
commit
e40511d2e9
1 changed files with 2 additions and 1 deletions
|
|
@ -267,7 +267,8 @@ pending_session_start (NMSessionManager *self, char *session_id)
|
|||
}
|
||||
|
||||
static PendingSessionInfo *
|
||||
pending_session_find (NMSessionManager *self, char *session_id) {
|
||||
pending_session_find (NMSessionManager *self, char *session_id)
|
||||
{
|
||||
GHashTable *pending_sessions = NM_SESSION_MANAGER_GET_PRIVATE (self)->pending_sessions;
|
||||
return g_hash_table_lookup (pending_sessions, session_id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue