about summary refs log tree commit diff
path: root/mshow.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 23:11:48 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 23:11:48 +0200
commitbe7d711cdfe22c8d8239afb65ec949671dcab114 (patch)
treecf80ccce97f842c6ac63373abd7a7f5a3b4e66c8 /mshow.c
parentec6bee84f642150ad4db5a83f4a92478bba3b250 (diff)
downloadmblaze-be7d711cdfe22c8d8239afb65ec949671dcab114.tar.gz
mblaze-be7d711cdfe22c8d8239afb65ec949671dcab114.tar.xz
mblaze-be7d711cdfe22c8d8239afb65ec949671dcab114.zip
mshow: indent tree by one level
Diffstat (limited to 'mshow.c')
-rw-r--r--mshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mshow.c b/mshow.c
index 349b655..8cab666 100644
--- a/mshow.c
+++ b/mshow.c
@@ -263,7 +263,7 @@ list_mime(int depth, struct message *msg, char *body, size_t bodylen)
 	char *mt = mimetype(ct);
 	char *filename = mime_filename(msg);
 
-	printf("%*.s%d: %s size=%zd", depth*2, "", ++mimecount, mt, bodylen);
+	printf("  %*.s%d: %s size=%zd", depth*2, "", ++mimecount, mt, bodylen);
 	if (filename) {
 		printf(" name=\"%s\"", filename);
 		free(filename);