From 5201c3d8f96a03a8b8de1211ed9a10e59446c2ea Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 8 Dec 2015 11:52:37 +0100 Subject: [PATCH] trival: fix whitespace --- src/settings/nm-settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/nm-settings.c b/src/settings/nm-settings.c index 3ba5b5de64..20076057a9 100644 --- a/src/settings/nm-settings.c +++ b/src/settings/nm-settings.c @@ -2270,7 +2270,7 @@ finalize (GObject *object) static void get_property (GObject *object, guint prop_id, - GValue *value, GParamSpec *pspec) + GValue *value, GParamSpec *pspec) { NMSettings *self = NM_SETTINGS (object); NMSettingsPrivate *priv = NM_SETTINGS_GET_PRIVATE (self);