Andreas Krennmair:
[apps/madmutt.git] / lib.h
diff --git a/lib.h b/lib.h
index b496e04..a5b2001 100644 (file)
--- a/lib.h
+++ b/lib.h
@@ -18,7 +18,7 @@
  *     License along with this program; if not, write to the Free
  *     Software Foundation, Inc., 59 Temple Place - Suite 330,
  *     Boston, MA  02111, USA.
- */ 
+ */
 
 /* mutt functions which are generally useful. */
 
@@ -28,7 +28,7 @@
 # include <stdio.h>
 # include <string.h>
 # ifdef HAVE_UNISTD_H
-#  include <unistd.h> /* needed for SEEK_SET */
+#  include <unistd.h>           /* needed for SEEK_SET */
 # endif
 # include <sys/types.h>
 # include <sys/stat.h>