[CIFS] remove level of indentation from decode_negTokenInit
authorJeff Layton <jlayton@redhat.com>
Thu, 31 Jul 2008 21:30:11 +0000 (21:30 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 31 Jul 2008 21:30:11 +0000 (21:30 +0000)
Most of this function takes place inside of an unnecessary "else"
clause. The other 2 cases both return 0, so we can remove some
indentation here.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found