dovecot-1.2-sieve: Cosmetic source code change relating to inden...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Fri Jan 15 17:54:12 EET 2010


details:   http://hg.rename-it.nl/dovecot-1.2-sieve/rev/2e81586d807f
changeset: 1207:2e81586d807f
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Fri Jan 15 16:08:44 2010 +0100
description:
Cosmetic source code change relating to indentation.

diffstat:

 src/plugins/lda-sieve/lda-sieve-plugin.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 7aaff4bc01f4 -r 2e81586d807f src/plugins/lda-sieve/lda-sieve-plugin.c
--- a/src/plugins/lda-sieve/lda-sieve-plugin.c	Thu Jan 14 10:21:34 2010 +0100
+++ b/src/plugins/lda-sieve/lda-sieve-plugin.c	Fri Jan 15 16:08:44 2010 +0100
@@ -535,11 +535,11 @@
 
 	/* Convert mutf7 mailbox name to UTF-8 */
 
-        mailbox_utf8 = t_str_new(128);
-        if (imap_utf7_to_utf8(mailbox, mailbox_utf8) < 0) {
-                str_truncate(mailbox_utf8, 0);
-                str_append(mailbox_utf8, mailbox);
-        }
+	mailbox_utf8 = t_str_new(128);
+	if (imap_utf7_to_utf8(mailbox, mailbox_utf8) < 0) {
+		str_truncate(mailbox_utf8, 0);
+		str_append(mailbox_utf8, mailbox);
+	}
 
 	/* Compose script execution environment */
 


More information about the dovecot-cvs mailing list