unlicense and spacing perfectionism

This commit is contained in:
fifteenthcommotion 2019-05-12 02:18:03 -07:00
parent 5a3c730097
commit db85a11194
3 changed files with 24 additions and 6 deletions

View file

@ -42,7 +42,6 @@ int main(int argc, char **argv) {
unsigned int runs = 0;
int where;
if (argc != 2) {
fprintf(stderr, "usage: ./yggdrasil-brute-multi-curve25519 <seconds>\n");
return 1;
@ -104,4 +103,3 @@ int main(int argc, char **argv) {
return 0;
}