commit | 2f0e58ac3ad0bb2ec0924dc11f8e55d01f44ca90 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu Jul 31 21:30:11 2008 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Jul 31 21:30:11 2008 +0000 |
tree | a8fd37f86828fdc8babbae1bc9c7d0af86152386 | |
parent | 176803562b541ebf4744e44e6600fb60660255d5 [diff] |
[CIFS] remove level of indentation from decode_negTokenInit 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>