]> granicus.if.org Git - neomutt/commitdiff
fix whitespace
authorRichard Russon <rich@flatcap.org>
Mon, 15 Jul 2019 16:47:20 +0000 (17:47 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 16 Jul 2019 18:00:59 +0000 (19:00 +0100)
core/account.c
email/email.h

index 5d106a500e96359a414c21655cddf4cba0cfcc8a..e8ba4399f51a60dede57a148bc4e07b654b4d41f 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * @file
  * A group of associated Mailboxes
+ *
  * @authors
  * Copyright (C) 2018-2019 Richard Russon <rich@flatcap.org>
  *
index 2bdf609146fdb998609cec124f28d5e637fea283..70f6accffd6f1566ca9b50a454f706e75c4ea9ea 100644 (file)
@@ -71,7 +71,7 @@ struct Email
 
   // the following are used to support collapsing threads
   bool collapsed : 1;          ///< Is this message part of a collapsed thread?
-  bool limited   : 1;          ///< Is this message in a limited view? 
+  bool limited   : 1;          ///< Is this message in a limited view?
   size_t num_hidden;           ///< Number of hidden messages in this view
 
   short recipient;             ///< User_is_recipient()'s return value, cached