From 8530dc56ba2e92d540165e805d15804381acd97f Mon Sep 17 00:00:00 2001 From: Joseph Marrero Corchado Date: Tue, 4 Aug 2026 23:53:53 -0400 Subject: [PATCH] style: Fix clang-format violation in ostree-repo-finder-mount.c Line-wrap long declaration after G_GNUC_BEGIN_IGNORE_DEPRECATIONS to satisfy clang-format. --- src/libostree/ostree-repo-finder-mount.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libostree/ostree-repo-finder-mount.c b/src/libostree/ostree-repo-finder-mount.c index 7f964acd..3f92b278 100644 --- a/src/libostree/ostree-repo-finder-mount.c +++ b/src/libostree/ostree-repo-finder-mount.c @@ -339,7 +339,8 @@ ostree_repo_finder_mount_resolve_async (OstreeRepoFinder *finder, #if GLIB_CHECK_VERSION(2, 55, 0) G_GNUC_BEGIN_IGNORE_DEPRECATIONS /* remove once GLIB_VERSION_MAX_ALLOWED ≥ 2.56 */ - g_autoptr (GUnixMountEntry) mount_entry = g_unix_mount_at (mount_root_path, NULL); + g_autoptr (GUnixMountEntry) mount_entry + = g_unix_mount_at (mount_root_path, NULL); if (mount_entry != NULL && (g_unix_is_system_fs_type (g_unix_mount_get_fs_type (mount_entry)) -- 2.39.5