From: Dan Williams <[email protected]>

Re-indent util_daxctl_region_filter() to match expectations.

Signed-off-by: Dan Williams <[email protected]>
---
 util/filter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/filter.c b/util/filter.c
index af72793929e2..7d0159f8cef6 100644
--- a/util/filter.c
+++ b/util/filter.c
@@ -344,7 +344,7 @@ struct daxctl_region *util_daxctl_region_filter(struct 
daxctl_region *region,
                return region;
 
        if ((sscanf(ident, "%d", &region_id) == 1
-       || sscanf(ident, "region%d", &region_id) == 1)
+                               || sscanf(ident, "region%d", &region_id) == 1)
                        && daxctl_region_get_id(region) == region_id)
                return region;
 
-- 
1.8.3.1
_______________________________________________
Linux-nvdimm mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to