]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - policy.c
Remove lots of unnecessary white space.
[thirdparty/mdadm.git] / policy.c
index 48eed6c8e16416b747beb94eb31067b192becc14..b4f39434268e896a38c45eff2203680040bdc0cc 100644 (file)
--- a/policy.c
+++ b/policy.c
@@ -401,7 +401,6 @@ void pol_add(struct dev_policy **pol,
        pol_dedup(*pol);
 }
 
-
 /*
  * disk_policy() gathers policy information for the
  * disk described in the given mdinfo (disk.{major,minor}).
@@ -592,7 +591,6 @@ int disk_action_allows(struct mdinfo *disk, const char *metadata, enum policy_ac
        return rv;
 }
 
-
 /* Domain policy:
  * Any device can have a list of domains asserted by different policy
  * statements.
@@ -703,7 +701,6 @@ void domain_add(struct domainlist **domp, char *domain)
        domain_merge_one(domp, domain);
 }
 
-
 void domain_free(struct domainlist *dl)
 {
        while (dl) {