remove excess tabs

This commit is contained in:
cathugger 2019-02-13 23:56:43 +00:00
parent f0587c98c3
commit 8a375604f1
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8

4
main.c
View file

@ -940,8 +940,8 @@ int main(int argc,char **argv)
fprintf(stderr,"expanding passphrase...");
if (crypto_pwhash(determseed,sizeof(determseed),
phrase,strlen(phrase),salt,
PWHASH_OPSLIMIT,PWHASH_MEMLIMIT,PWHASH_ALG) != 0)
phrase,strlen(phrase),salt,
PWHASH_OPSLIMIT,PWHASH_MEMLIMIT,PWHASH_ALG) != 0)
{
fprintf(stderr," out of memory!\n");
exit(1);