From: David Bremner Date: Fri, 14 Jun 2019 10:32:22 +0000 (-0300) Subject: cli: partial whitespace cleanup in notmuch-config.c X-Git-Tag: archive/debian/0.30_rc0-1~170 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=2c4384a5763bdab308b8c417afa8d5f8e393b9a5 cli: partial whitespace cleanup in notmuch-config.c This avoids spurious tab to space conversion by uncrustify --- diff --git a/notmuch-config.c b/notmuch-config.c index b7f0784f..91a24a76 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -305,15 +305,15 @@ out: * returned and *is_new_ret will be set to 1 on return so that * the caller can recognize this case. * - * These default configuration settings are determined as - * follows: + * These default configuration settings are determined as + * follows: * * database_path: $MAILDIR, otherwise $HOME/mail * * user_name: $NAME variable if set, otherwise * read from /etc/passwd * - * user_primary_mail: $EMAIL variable if set, otherwise + * user_primary_mail: $EMAIL variable if set, otherwise * constructed from the username and * hostname of the current machine. *