Unionfs: use braces in both branches of conditionals
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 30 Sep 2007 04:08:29 +0000 (00:08 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 30 Sep 2007 04:08:29 +0000 (00:08 -0400)
commitfa9e9bf33fd95f67fcd5df9e67c0fa0705dc2423
tree2a937d9e30395883b82c2b5b0f9cd894beba87d2
parent61933e6a2ab04e405d11c54b60a57825cebd8a38
Unionfs: use braces in both branches of conditionals

As per CodingStyle, if one branch of an if-then-else has braces because it
has multiple statements, then the other branch should have braces too, even
if the other branch has only one statement in it.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/commonfops.c
fs/unionfs/dentry.c
fs/unionfs/dirfops.c
fs/unionfs/dirhelper.c
fs/unionfs/inode.c
fs/unionfs/lookup.c
fs/unionfs/main.c
fs/unionfs/rdstate.c
fs/unionfs/rename.c
fs/unionfs/unlink.c