Avoid shadowing local variables
authorPhaedrus Leeds <matthew.leeds@endlessm.com>
Sat, 12 Sep 2020 21:51:40 +0000 (14:51 -0700)
committerPhaedrus Leeds <matthew.leeds@endlessm.com>
Sun, 13 Sep 2020 17:08:02 +0000 (10:08 -0700)
commitc4f26bfdc8e1bba7c01016de5af1e8a84a8b38b0
tree30c9b370abbed5dec0122cf6274dd142423c4876
parent9c040c1a73f6258878905192ba56c46b951f1893
Avoid shadowing local variables

This should help with code readability.

Fixes https://github.com/ostreedev/ostree/issues/2194
21 files changed:
configure.ac
src/libostree/ostree-fetcher-curl.c
src/libostree/ostree-repo-finder-avahi-parser.c
src/libostree/ostree-repo-finder-mount.c
src/libostree/ostree-repo-finder-override.c
src/libostree/ostree-repo-libarchive.c
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo.c
src/libostree/ostree-soup-uri.c
src/libostree/ostree-sysroot-deploy.c
src/ostree/ot-admin-builtin-set-origin.c
src/ostree/ot-builtin-checkout.c
src/ostree/ot-builtin-commit.c
src/ostree/ot-builtin-config.c
src/ostree/ot-builtin-gpg-sign.c
src/ostree/ot-builtin-pull.c
src/ostree/ot-builtin-sign.c
src/ostree/ot-remote-builtin-add.c
tests/repo-finder-mount.c
tests/test-repo-finder-config.c
tests/test-repo-finder-mount.c