summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-11-12 13:15:10 -0500
committerNick Mathewson <nickm@torproject.org>2014-11-12 13:15:10 -0500
commitd85270e13c74bbfb9d2a2f2f7f73736a07b57046 (patch)
tree4159df346c586e0dcd4ee8d36f952c3db0be51c1
parent81433e74322bb6cab67458ff7ba524ee86ad7e1c (diff)
downloadtor-d85270e13c74bbfb9d2a2f2f7f73736a07b57046.tar.gz
tor-d85270e13c74bbfb9d2a2f2f7f73736a07b57046.zip
Reenhappy make check-spaces
-rw-r--r--src/or/circuitlist.c7
-rw-r--r--src/test/test_checkdir.c3
2 files changed, 5 insertions, 5 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index 1b4582ad95..c7287f921d 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -1740,10 +1740,11 @@ circuit_mark_for_close_, (circuit_t *circ, int reason, int line,
"(building circuit to intro point). "
"Marking intro point as possibly unreachable.",
safe_str_client(ocirc->rend_data->onion_address),
- safe_str_client(build_state_get_exit_nickname(ocirc->build_state)));
+ safe_str_client(build_state_get_exit_nickname(
+ ocirc->build_state)));
rend_client_report_intro_point_failure(ocirc->build_state->chosen_exit,
- ocirc->rend_data,
- INTRO_POINT_FAILURE_UNREACHABLE);
+ ocirc->rend_data,
+ INTRO_POINT_FAILURE_UNREACHABLE);
}
}
}
diff --git a/src/test/test_checkdir.c b/src/test/test_checkdir.c
index bece24e93e..5135816270 100644
--- a/src/test/test_checkdir.c
+++ b/src/test/test_checkdir.c
@@ -126,9 +126,8 @@ test_checkdir_perms(void *testdata)
tt_int_op(0, ==, stat(testdir, &st));
tt_int_op_nowin(0, ==, (st.st_mode & unix_verify_optsmask));
- done:
+ done:
tor_free(testdir);
-
}
#define CHECKDIR(name,flags) \