summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTechnion <technion@lolware.net>2015-04-10 06:30:13 +0000
committerTechnion <technion@lolware.net>2015-04-10 06:30:13 +0000
commit8c06f61416a466abe985f7b342f3ee08955f09fe (patch)
tree8e22db2252d4f239ce9c0a840a7d4b0d835e92ba
parent4df2c4c7033670fcc14048a505efc24666c7834c (diff)
Consistent bracket style
-rw-r--r--crypto_scrypt-check.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto_scrypt-check.c b/crypto_scrypt-check.c
index 7ac0e0c..99477ff 100644
--- a/crypto_scrypt-check.c
+++ b/crypto_scrypt-check.c
@@ -93,9 +93,7 @@ int libscrypt_check(char *mcf, const char *password)
return -1;
if(slow_equals(tok, outbuf) == 0)
- {
return 0;
- }
return 1; /* This is the "else" condition */
}