From: Erez Zadok Date: Sat, 29 Sep 2007 05:36:57 +0000 (-0400) Subject: Unionfs: properly indent static struct X-Git-Tag: unionfs-2.1.6~14 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=a8a6196c89e9ca0dfac1f7f6edb7b7afd20ff6e2;p=unionfs-2.6.36.y.git Unionfs: properly indent static struct Signed-off-by: Erez Zadok --- 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)) {