convert: move multiple file filter error handling to separate function
commit9364fc298a32b19fbfe545974cbf9e46d5c7e67f
authorLars Schneider <larsxschneider@gmail.com>
Wed, 28 Jun 2017 21:29:51 +0000 (28 23:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Jun 2017 18:23:47 +0000 (29 11:23 -0700)
tree361742e41bd50bba241b93403dbe402a1b7339d7
parent42b0a86c0ed90d48c2df510e3b26b9bd007ec0a4
convert: move multiple file filter error handling to separate function

Refactoring the filter error handling is useful for the subsequent patch
'convert: add "status=delayed" to filter process protocol'.

In addition, replace the parentheses around the empty "if" block with a
single semicolon to adhere to the Git style guide.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
convert.c