about summary refs log tree commit diff
path: root/src/core/nm-checkpoint.h
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-02-22 16:46:07 -0500
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-02-22 16:46:07 -0500
commit297ac7f51b68aaa0e281336e6c6154bb2c913580 (patch)
treeff98cec3cc8eeb03b58cfeae184f2da4bfa6c93f /src/core/nm-checkpoint.h
parentc713c9f47084b639644c0b9a8bb04faa3ccd21e3 (diff)
parent7d8baf4ac0480a542f000c1201df85427a22332c (diff)
Update to upstream version '1.35.90
Diffstat (limited to 'src/core/nm-checkpoint.h')
-rw-r--r--src/core/nm-checkpoint.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nm-checkpoint.h b/src/core/nm-checkpoint.h
index 28c936fa..db33b6e7 100644
--- a/src/core/nm-checkpoint.h
+++ b/src/core/nm-checkpoint.h
@@ -34,8 +34,8 @@ typedef struct _NMCheckpointClass NMCheckpointClass;
 
 GType nm_checkpoint_get_type(void);
 
-NMCheckpoint *nm_checkpoint_new(NMManager *             manager,
-                                GPtrArray *             devices,
+NMCheckpoint *nm_checkpoint_new(NMManager              *manager,
+                                GPtrArray              *devices,
                                 guint32                 rollback_timeout,
                                 NMCheckpointCreateFlags flags);
 
@@ -43,7 +43,7 @@ typedef void (*NMCheckpointTimeoutCallback)(NMCheckpoint *self, gpointer user_da
 
 void nm_checkpoint_log_destroy(NMCheckpoint *self);
 
-void nm_checkpoint_set_timeout_callback(NMCheckpoint *              self,
+void nm_checkpoint_set_timeout_callback(NMCheckpoint               *self,
                                         NMCheckpointTimeoutCallback callback,
                                         gpointer                    user_data);