style: Fix clang-format violation in ostree-repo-finder-mount.c
authorJoseph Marrero Corchado <jmarrero@redhat.com>
Wed, 5 Aug 2026 03:53:53 +0000 (23:53 -0400)
committerJoseph Marrero Corchado <jmarrero@redhat.com>
Wed, 5 Aug 2026 03:53:53 +0000 (23:53 -0400)
Line-wrap long declaration after G_GNUC_BEGIN_IGNORE_DEPRECATIONS to
satisfy clang-format.

src/libostree/ostree-repo-finder-mount.c

index 7f964acdf169ebf973820e79637cfb3c1bfc0a4c..3f92b278117b58dd8ceb8638a172a38978bef61b 100644 (file)
@@ -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))