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); fputs("Hash: ", stdout);
print_hex(h, sizeof h); print_hex(h, sizeof h);
putchar('\n'); putchar('\n');
putchar('\n');
} }
int int

View File

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