Unionfs: use braces in both branches of conditionals
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 18 Nov 2007 04:30:13 +0000 (23:30 -0500)
committerRachita Kothiyal <rachita@dewey.fsl.cs.sunysb.edu>
Thu, 1 May 2008 23:03:12 +0000 (19:03 -0400)
commit7dcde41e1b63a47184756c30a446e80c0d605dd6
treea0152722fe03d5df49d60db7d699018af2ab0b7a
parent0d7c3266a8d18e6cb829dbdf1e700b4e9fad7667
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/lookup.c
fs/unionfs/main.c
fs/unionfs/rdstate.c
fs/unionfs/rename.c