summaryrefslogtreecommitdiff
path: root/src/test/test_hs.c
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2015-06-01 12:59:14 +0000
committerAndrea Shepard <andrea@torproject.org>2015-06-01 12:59:14 +0000
commit0e0b65db4f0f0c67bcbb3f51a9e6061bc4c96c5e (patch)
treec10b78ee986ba214d4fdc4061875919eaa33d4fc /src/test/test_hs.c
parent90e07ab338cd59caeaeb31a3d207bb34d433b8ab (diff)
downloadtor-0e0b65db4f0f0c67bcbb3f51a9e6061bc4c96c5e.tar.gz
tor-0e0b65db4f0f0c67bcbb3f51a9e6061bc4c96c5e.zip
Appease make check-spaces
Diffstat (limited to 'src/test/test_hs.c')
-rw-r--r--src/test/test_hs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/test_hs.c b/src/test/test_hs.c
index fc265bcabc..6d01798a63 100644
--- a/src/test/test_hs.c
+++ b/src/test/test_hs.c
@@ -210,8 +210,9 @@ test_hs_desc_event(void *arg)
/* test valid content. */
char *exp_msg;
- control_event_hs_descriptor_content(rend_query.onion_address, STR_HS_CONTENT_DESC_ID,
- HSDIR_EXIST_ID, hs_desc_content);
+ control_event_hs_descriptor_content(rend_query.onion_address,
+ STR_HS_CONTENT_DESC_ID, HSDIR_EXIST_ID,
+ hs_desc_content);
tor_asprintf(&exp_msg, "650+HS_DESC_CONTENT " STR_HS_ADDR " "\
STR_HS_CONTENT_DESC_ID " " STR_HSDIR_EXIST_LONGNAME\
"\r\n%s\r\n.\r\n650 OK\r\n", hs_desc_content);