lib/deltas: convert ostree_repo_static_delta_generate to new style
authorFrédéric Danis <frederic.danis@collabora.com>
Thu, 16 Apr 2020 15:17:12 +0000 (17:17 +0200)
committerColin Walters <walters@verbum.org>
Fri, 3 Jul 2020 13:35:39 +0000 (13:35 +0000)
commit892e9acf2593ce7b99b7e4616b4a6705ca37ae6e
tree1ddd8a3b691607a39498842264cb21044434dbeb
parent1b770c5e246c0be6139b3bdb29d4e2ac30012008
lib/deltas: convert ostree_repo_static_delta_generate to new style

The "new style" code generally avoids `goto err` because it conflicts
with `__attribute__((cleanup))`.  This fixes a compiler warning.

Signed-off-by: Frédéric Danis <frederic.danis@collabora.com>
src/libostree/ostree-repo-static-delta-compilation.c