aboutsummaryrefslogtreecommitdiff
path: root/notmuch-config.c
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-06-14 07:32:22 -0300
committerDavid Bremner <david@tethera.net>2019-06-14 07:32:22 -0300
commit2c4384a5763bdab308b8c417afa8d5f8e393b9a5 (patch)
tree283427571421323840e2ef6c740fa903cb059b5e /notmuch-config.c
parenta6a8df7e0379bfb6e69b9541d7813ac71f624f2e (diff)
cli: partial whitespace cleanup in notmuch-config.c
This avoids spurious tab to space conversion by uncrustify
Diffstat (limited to 'notmuch-config.c')
-rw-r--r--notmuch-config.c6
1 files 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.
*