diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-11-07 23:34:44 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-11-07 23:34:44 +0000 |
commit | 78d510ab64a9dec0c68f8f7da4d11d24141164ef (patch) | |
tree | 2932bd252334ad228ac015401253d93d39b7e664 /tests/anonself.c | |
parent | 0a3a5802f98cb77b37df981acc963ec870829f96 (diff) | |
download | gnutls-78d510ab64a9dec0c68f8f7da4d11d24141164ef.tar.gz |
Indent.
Diffstat (limited to 'tests/anonself.c')
-rw-r--r-- | tests/anonself.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/anonself.c b/tests/anonself.c index 52136cb9b2..94c39122a5 100644 --- a/tests/anonself.c +++ b/tests/anonself.c @@ -61,7 +61,7 @@ tcp_connect (void) sa.sin_port = htons (atoi (PORT)); inet_pton (AF_INET, SERVER, &sa.sin_addr); - err = connect (sd, (struct sockaddr *) & sa, sizeof (sa)); + err = connect (sd, (struct sockaddr *) &sa, sizeof (sa)); if (err < 0) { fprintf (stderr, "Connect error\n"); |