diff options
| author | Piotr Trojanek <piotr.trojanek@gmail.com> | 2017-06-16 23:50:22 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-06-25 09:32:08 -0300 |
| commit | a17eb162ee15e41366ca327250c3935da2df80ed (patch) | |
| tree | cfd963ec717d7033248748ea36d54c585d3b47cf | |
| parent | a83ab29930161d999ad1c45b6eb9cfbaa5e90ceb (diff) | |
minor whitespace cleanups
| -rw-r--r-- | tag-util.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -34,7 +34,6 @@ line_error (tag_parse_status_t status, const char * illegal_tag (const char *tag, notmuch_bool_t remove) { - if (*tag == '\0' && ! remove) return "empty tag forbidden"; @@ -155,7 +154,6 @@ tag_parse_status_t parse_tag_command_line (void *ctx, int argc, char **argv, char **query_str, tag_op_list_t *tag_ops) { - int i; for (i = 0; i < argc; i++) { @@ -209,7 +207,6 @@ makes_changes (notmuch_message_t *message, tag_op_list_t *list, tag_op_flag_t flags) { - size_t i; notmuch_tags_t *tags; |
