]> git.notmuchmail.org Git - notmuch/commitdiff
test: notmuch_drop_mail_headers() style update
authorTomi Ollila <tomi.ollila@iki.fi>
Sun, 3 Sep 2017 20:24:55 +0000 (23:24 +0300)
committerDavid Bremner <david@tethera.net>
Mon, 4 Sep 2017 11:03:52 +0000 (08:03 -0300)
Changed "" quotes to '' as we're not supposed to dynamically
alter python program (via shell $variable expansion).

Added space to python program to match general python style.

Replaced $* with 'idiomatic' "$@" to serve as better example.


No differences found