remove excess tabs

This commit is contained in:
cathugger
2019-02-13 23:56:43 +00:00
parent f0587c98c3
commit 8a375604f1

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);