Indentx
This commit is contained in:
parent
cac2dde218
commit
d5bf3954d6
@ -3,10 +3,14 @@
|
||||
#include "cmptest.h"
|
||||
|
||||
static unsigned char x[] = "testing\n";
|
||||
static unsigned char x2[] = "The Conscience of a Hacker is a small essay written January 8, 1986 by a computer security hacker who went by the handle of The Mentor, who belonged to the 2nd generation of Legion of Doom.";
|
||||
static unsigned char x2[] =
|
||||
"The Conscience of a Hacker is a small essay written January 8, 1986 by a "
|
||||
"computer security hacker who went by the handle of The Mentor, who "
|
||||
"belonged to the 2nd generation of Legion of Doom.";
|
||||
static unsigned char h[crypto_hash_BYTES];
|
||||
|
||||
int main(void)
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
size_t i;
|
||||
|
||||
|
@ -5,7 +5,8 @@
|
||||
static unsigned char x[] = "testing\n";
|
||||
static unsigned char h[crypto_hash_BYTES];
|
||||
|
||||
int main(void)
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
size_t i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user