mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-28 21:54:10 +01:00
minor whitespace cleanups
This commit is contained in:
parent
a83ab29930
commit
a17eb162ee
1 changed files with 0 additions and 3 deletions
|
@ -34,7 +34,6 @@ line_error (tag_parse_status_t status,
|
||||||
const char *
|
const char *
|
||||||
illegal_tag (const char *tag, notmuch_bool_t remove)
|
illegal_tag (const char *tag, notmuch_bool_t remove)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (*tag == '\0' && ! remove)
|
if (*tag == '\0' && ! remove)
|
||||||
return "empty tag forbidden";
|
return "empty tag forbidden";
|
||||||
|
|
||||||
|
@ -155,7 +154,6 @@ tag_parse_status_t
|
||||||
parse_tag_command_line (void *ctx, int argc, char **argv,
|
parse_tag_command_line (void *ctx, int argc, char **argv,
|
||||||
char **query_str, tag_op_list_t *tag_ops)
|
char **query_str, tag_op_list_t *tag_ops)
|
||||||
{
|
{
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i = 0; i < argc; i++) {
|
for (i = 0; i < argc; i++) {
|
||||||
|
@ -209,7 +207,6 @@ makes_changes (notmuch_message_t *message,
|
||||||
tag_op_list_t *list,
|
tag_op_list_t *list,
|
||||||
tag_op_flag_t flags)
|
tag_op_flag_t flags)
|
||||||
{
|
{
|
||||||
|
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
||||||
notmuch_tags_t *tags;
|
notmuch_tags_t *tags;
|
||||||
|
|
Loading…
Reference in a new issue