From 671c22b8e41b876a023469d24261aca2efec65a5 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Sat, 29 Sep 2007 01:36:57 -0400 Subject: [PATCH] Unionfs: properly indent static struct Signed-off-by: Erez Zadok --- fs/unionfs/main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fs/unionfs/main.c b/fs/unionfs/main.c index 615617a07ee..5c7f6722b73 100644 --- a/fs/unionfs/main.c +++ b/fs/unionfs/main.c @@ -564,7 +564,10 @@ static struct dentry *unionfs_d_alloc_root(struct super_block *sb) struct dentry *ret = NULL; if (sb) { - static const struct qstr name = {.name = "/",.len = 1 }; + static const struct qstr name = { + .name = "/", + .len = 1 + }; ret = d_alloc(NULL, &name); if (likely(ret)) { -- 2.43.0