Demos: remove excessive \n

This commit is contained in:
Frank Denis 2015-05-27 20:02:20 +02:00
parent 385b44aee5
commit c28886dc42
2 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,6 @@ generichashstream(void)
fputs("Hash: ", stdout);
print_hex(h, sizeof h);
putchar('\n');
putchar('\n');
}
int

View File

@ -52,7 +52,6 @@ shorthash(void)
fputs("Hash: ", stdout);
print_hex(hash, sizeof hash);
putchar('\n');
putchar('\n');
}
int