summaryrefslogtreecommitdiff
path: root/tests/anonself.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-11-07 23:34:44 +0000
committerSimon Josefsson <simon@josefsson.org>2005-11-07 23:34:44 +0000
commit78d510ab64a9dec0c68f8f7da4d11d24141164ef (patch)
tree2932bd252334ad228ac015401253d93d39b7e664 /tests/anonself.c
parent0a3a5802f98cb77b37df981acc963ec870829f96 (diff)
downloadgnutls-78d510ab64a9dec0c68f8f7da4d11d24141164ef.tar.gz
Indent.
Diffstat (limited to 'tests/anonself.c')
-rw-r--r--tests/anonself.c2
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");