From 2c4384a5763bdab308b8c417afa8d5f8e393b9a5 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 14 Jun 2019 07:32:22 -0300 Subject: [PATCH] cli: partial whitespace cleanup in notmuch-config.c This avoids spurious tab to space conversion by uncrustify --- notmuch-config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. * -- 2.43.0