summary refs log tree commit diff
path: root/src/nm-cloud-setup/nmcs-provider.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-02-14 19:23:28 +0100
committerMichael Biebl <biebl@debian.org>2022-02-14 19:23:28 +0100
commit2f94dba7385fd0e0ef19a06eb4a2fcf6c43d7946 (patch)
treee2222f5577115985dd52044d2991253403cdd952 /src/nm-cloud-setup/nmcs-provider.h
parent88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (diff)
New upstream version 1.35.91 upstream/1.35.91
Diffstat (limited to 'src/nm-cloud-setup/nmcs-provider.h')
-rw-r--r--src/nm-cloud-setup/nmcs-provider.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/nm-cloud-setup/nmcs-provider.h b/src/nm-cloud-setup/nmcs-provider.h
index 36632059..bce41dcb 100644
--- a/src/nm-cloud-setup/nmcs-provider.h
+++ b/src/nm-cloud-setup/nmcs-provider.h
@@ -125,8 +125,8 @@ typedef struct {
 
 typedef struct {
     GObjectClass parent;
-    const char * _name;
-    const char * _env_provider_enabled;
+    const char  *_name;
+    const char  *_env_provider_enabled;
 
     void (*detect)(NMCSProvider *self, GTask *task);
 
@@ -145,8 +145,8 @@ GMainContext *nmcs_provider_get_main_context(NMCSProvider *provider);
 
 /*****************************************************************************/
 
-void nmcs_provider_detect(NMCSProvider *      provider,
-                          GCancellable *      cancellable,
+void nmcs_provider_detect(NMCSProvider       *provider,
+                          GCancellable       *cancellable,
                           GAsyncReadyCallback callback,
                           gpointer            user_data);
 
@@ -155,12 +155,12 @@ gboolean nmcs_provider_detect_finish(NMCSProvider *provider, GAsyncResult *resul
 /*****************************************************************************/
 
 void _nmcs_provider_get_config_task_maybe_return(NMCSProviderGetConfigTaskData *get_config_data,
-                                                 GError *                       error_take);
+                                                 GError                        *error_take);
 
-void nmcs_provider_get_config(NMCSProvider *      provider,
+void nmcs_provider_get_config(NMCSProvider       *provider,
                               gboolean            any,
-                              const char *const * hwaddrs,
-                              GCancellable *      cancellable,
+                              const char *const  *hwaddrs,
+                              GCancellable       *cancellable,
                               GAsyncReadyCallback callback,
                               gpointer            user_data);