From: Joseph Marrero Corchado Date: Wed, 5 Aug 2026 03:53:53 +0000 (-0400) Subject: style: Fix clang-format violation in ostree-repo-finder-mount.c X-Git-Tag: archive/raspbian/2026.4-1+rpi1^2~9^2~1^2~4^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8530dc56ba2e92d540165e805d15804381acd97f;p=ostree.git 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. --- 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))