delet trailing whitespace

This commit is contained in:
cathugger 2018-07-12 13:05:53 +00:00
parent cf5ac5f929
commit ebe1d5b678
5 changed files with 12 additions and 12 deletions

View file

@ -23,7 +23,7 @@ struct texttestcase {
/*
r:0, mask:FF
--
--
r:2, mask:C0
f -- f
r:3, mask:F0
@ -75,10 +75,10 @@ int main(void)
//fprintf(stderr, "%s -- %s\n", buf2, tests0[i].rev);
assert(strcmp(buf2, tests0[i].rev) == 0);
}
//randombytes_buf(buf, 128);
//base32_to(buf2, (const u8 *)buf, 128);
//fprintf(stderr, ">%s\n", buf2);
return 0;
}