]> git.cworth.org Git - notmuch/commitdiff
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)
Using a for loop makes it easier to use continue, in preparation for
future changes. No functional changes.


No differences found