changeset 22208:92277c2770d2

Whitespace cleanup
author Sergey Kitov <sergey.kitov@open-xchange.com>
date Fri, 19 May 2017 11:00:22 +0300
parents 3b76d7f068dc
children a760b915beb9
files src/plugins/quota/quota-fs.c src/plugins/quota/quota-imapc.c src/plugins/quota/quota.c
diffstat 3 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/quota/quota-fs.c	Fri May 19 10:58:52 2017 +0300
+++ b/src/plugins/quota/quota-fs.c	Fri May 19 11:00:22 2017 +0300
@@ -415,7 +415,7 @@
 				(xdrproc_t)xdr_getquota_args, (char *)&args,
 				(xdrproc_t)xdr_getquota_rslt, (char *)&result,
 				timeout);
-	
+
 	/* the result has been deserialized, let the client go */
 	auth_destroy(cl->cl_auth);
 	clnt_destroy(cl);
@@ -711,7 +711,7 @@
 				root->mount->mount_path);
 			ret = -1;
 			break;
-		} 
+		}
 		if (i == 0) {
 			*bytes_value_r = qv.qv_usage * DEV_BSIZE;
 			*bytes_limit_r = qv.qv_softlimit * DEV_BSIZE;
@@ -853,10 +853,10 @@
 	}
 	match = CMP_DEV_T(mst.st_dev, rst.st_dev);
 	if (_root->quota->set->debug) {
-	 	i_debug("box=%s mount=%s match=%s", mailbox_path,
+		i_debug("box=%s mount=%s match=%s", mailbox_path,
 			root->storage_mount_path, match ? "yes" : "no");
 	}
- 	return match;
+	return match;
 }
 
 static int
@@ -914,7 +914,7 @@
 	return 1;
 }
 
-static int 
+static int
 fs_quota_update(struct quota_root *root ATTR_UNUSED,
 		struct quota_transaction_context *ctx ATTR_UNUSED)
 {
--- a/src/plugins/quota/quota-imapc.c	Fri May 19 10:58:52 2017 +0300
+++ b/src/plugins/quota/quota-imapc.c	Fri May 19 11:00:22 2017 +0300
@@ -434,7 +434,7 @@
 	return 1;
 }
 
-static int 
+static int
 imapc_quota_update(struct quota_root *root ATTR_UNUSED,
 		   struct quota_transaction_context *ctx ATTR_UNUSED)
 {
--- a/src/plugins/quota/quota.c	Fri May 19 10:58:52 2017 +0300
+++ b/src/plugins/quota/quota.c	Fri May 19 11:00:22 2017 +0300
@@ -214,7 +214,7 @@
 					   backend_name);
 		return -1;
 	}
-	
+
 	root_set = p_new(quota_set->pool, struct quota_root_settings, 1);
 	root_set->set = quota_set;
 	root_set->backend = backend;