]> git.notmuchmail.org Git - notmuch/commit
cli: change while to for in keyword argument processing
authorJani Nikula <jani@nikula.org>
Sun, 1 Oct 2017 20:53:20 +0000 (23:53 +0300)
committerDavid Bremner <david@tethera.net>
Thu, 5 Oct 2017 01:03:21 +0000 (22:03 -0300)
commit4dc3291199055c076b89267c8bf2bdb366c6e635
tree2f198694e64eae2f8a26703e5cbc2373235f1b20
parente70494785541c32989b5c31360e1d9ac57e106ee
cli: change while to for in keyword argument processing

Using a for loop makes it easier to use continue, in preparation for
future changes. No functional changes.
command-line-arguments.c