Demos: remove excessive \n
This commit is contained in:
parent
385b44aee5
commit
c28886dc42
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user