fs/ncpfs/dir.c: fix indenting in ncp_lookup()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 8 Apr 2014 23:04:19 +0000 (16:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Apr 2014 23:48:53 +0000 (16:48 -0700)
commitffddc5fd19b219f557fd4a81168ce8784a4faced
tree431e797eb3f130c2f9e3dc5ec61bfbe8ffcd0951
parent15a03ac6f8eae619bbc211c5c698dba2b1a728b9
fs/ncpfs/dir.c: fix indenting in ncp_lookup()

My static checker suggests adding curly braces here.  Probably that was
the intent, but actually the code works the same either way.  I've just
changed the indenting and left the code as-is.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Petr Vandrovec <petr@vandrovec.name>
Acked-by: Dave Chiluk <chiluk@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ncpfs/dir.c