diff options
author | Colin Walters <walters@verbum.org> | 2023-05-01 14:24:29 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2023-05-02 08:42:19 -0400 |
commit | 453aed97f688c606622562145fa1f7c10096ba14 (patch) | |
tree | 8059e3887665735f14b31a44402d5d578fcdd876 /src/ostree/ot-admin-functions.h | |
parent | a917813bb82b6ec7083da24064439b656971748d (diff) | |
download | ostree-453aed97f688c606622562145fa1f7c10096ba14.tar.gz |
tree-wide: Run clang-format
This is a one-time tree wide reformatting to ensure consistency
going forward.
Diffstat (limited to 'src/ostree/ot-admin-functions.h')
-rw-r--r-- | src/ostree/ot-admin-functions.h | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/src/ostree/ot-admin-functions.h b/src/ostree/ot-admin-functions.h index f2cbc0be..50aef161 100644 --- a/src/ostree/ot-admin-functions.h +++ b/src/ostree/ot-admin-functions.h @@ -26,26 +26,16 @@ G_BEGIN_DECLS -gboolean -ot_admin_require_booted_deployment_or_osname (OstreeSysroot *sysroot, - const char *osname, - GCancellable *cancellable, - GError **error); - -char * -ot_admin_checksum_version (GVariant *checksum); - -OstreeDeployment * -ot_admin_get_indexed_deployment (OstreeSysroot *sysroot, - int index, - GError **error); - -gboolean -ot_admin_sysroot_lock (OstreeSysroot *sysroot, - GError **error); - -gboolean -ot_admin_execve_reboot (OstreeSysroot *sysroot, - GError **error); +gboolean ot_admin_require_booted_deployment_or_osname (OstreeSysroot *sysroot, const char *osname, + GCancellable *cancellable, GError **error); + +char *ot_admin_checksum_version (GVariant *checksum); + +OstreeDeployment *ot_admin_get_indexed_deployment (OstreeSysroot *sysroot, int index, + GError **error); + +gboolean ot_admin_sysroot_lock (OstreeSysroot *sysroot, GError **error); + +gboolean ot_admin_execve_reboot (OstreeSysroot *sysroot, GError **error); G_END_DECLS |