]> git.cworth.org Git - notmuch/commitdiff
cli: partial whitespace cleanup in notmuch-config.c
authorDavid Bremner <david@tethera.net>
Fri, 14 Jun 2019 10:32:22 +0000 (07:32 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 14 Jun 2019 10:32:22 +0000 (07:32 -0300)
This avoids spurious tab to space conversion by uncrustify

notmuch-config.c

index b7f0784f1d99b6bc967dc9958dca622443a1012f..91a24a76567c87dd69864733b125601fd1b1b082 100644 (file)
@@ -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.
  *