]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Whitespace cleanup
authorSergey Kitov <sergey.kitov@open-xchange.com>
Fri, 19 May 2017 08:00:22 +0000 (11:00 +0300)
committerGitLab <gitlab@git.dovecot.net>
Tue, 23 May 2017 08:14:26 +0000 (11:14 +0300)
src/plugins/quota/quota-fs.c
src/plugins/quota/quota-imapc.c
src/plugins/quota/quota.c

index cb0532a76d627b38f1a9430c19d8c18a415644f7..cfabc9a3152352e8adca72ec330ba984c09de5d4 100644 (file)
@@ -415,7 +415,7 @@ do_rquota_user(struct fs_quota_root *root,
                                (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 @@ fs_quota_get_netbsd(struct fs_quota_root *root, bool group,
                                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 @@ static bool fs_quota_match_box(struct quota_root *_root, struct mailbox *box)
        }
        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 @@ fs_quota_get_resource(struct quota_root *_root, const char *name,
        return 1;
 }
 
-static int 
+static int
 fs_quota_update(struct quota_root *root ATTR_UNUSED,
                struct quota_transaction_context *ctx ATTR_UNUSED)
 {
index 0aea5ea122a2d2d193da5eb2dacb6fccbd5ee5f2..eb1ec50b5f586eebd3e323d79b8aaf7b98821aff 100644 (file)
@@ -433,7 +433,7 @@ imapc_quota_get_resource(struct quota_root *_root, const char *name,
        return 1;
 }
 
-static int 
+static int
 imapc_quota_update(struct quota_root *root ATTR_UNUSED,
                   struct quota_transaction_context *ctx ATTR_UNUSED)
 {
index d4ec65f3ea265cda4fdde8de4aa992f6d60f34e6..e388b1c61fb03d087701c48801266c819b35d997 100644 (file)
@@ -216,7 +216,7 @@ quota_root_settings_init(struct quota_settings *quota_set, const char *root_def,
                                           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;