Demos: remove excessive \n
This commit is contained in:
parent
385b44aee5
commit
c28886dc42
@ -48,7 +48,6 @@ generichashstream(void)
|
||||
fputs("Hash: ", stdout);
|
||||
print_hex(h, sizeof h);
|
||||
putchar('\n');
|
||||
putchar('\n');
|
||||
}
|
||||
|
||||
int
|
||||
|
@ -52,7 +52,6 @@ shorthash(void)
|
||||
fputs("Hash: ", stdout);
|
||||
print_hex(hash, sizeof hash);
|
||||
putchar('\n');
|
||||
putchar('\n');
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user