From 8bb9394e9236ec6cc7f5ca8a6438ced03730e1e1 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 24 Dec 2010 07:02:35 -0600 Subject: [PATCH] trivial: whitespace fixes --- libnm-glib/nm-client.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libnm-glib/nm-client.h b/libnm-glib/nm-client.h index 95f8de983c..e528af4267 100644 --- a/libnm-glib/nm-client.h +++ b/libnm-glib/nm-client.h @@ -107,11 +107,11 @@ NMDevice *nm_client_get_device_by_path (NMClient *client, const char *object_ typedef void (*NMClientActivateDeviceFn) (gpointer user_data, const char *object_path, GError *error); void nm_client_activate_connection (NMClient *client, - const char *connection_path, - NMDevice *device, - const char *specific_object, - NMClientActivateDeviceFn callback, - gpointer user_data); + const char *connection_path, + NMDevice *device, + const char *specific_object, + NMClientActivateDeviceFn callback, + gpointer user_data); void nm_client_deactivate_connection (NMClient *client, NMActiveConnection *active);