]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Reenhappy make check-spaces
authorNick Mathewson <nickm@torproject.org>
Wed, 12 Nov 2014 18:15:10 +0000 (13:15 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Nov 2014 18:15:10 +0000 (13:15 -0500)
src/or/circuitlist.c
src/test/test_checkdir.c

index 1b4582ad9558afb9cb732f9cacaede3acfb1663d..c7287f921d7c8b4d8ef4bf87e157cf056aee5481 100644 (file)
@@ -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);
       }
     }
   }
index bece24e93eb80f88c86d46b8f3c9bbcec8564c24..5135816270fd35bb84b57a308ef7222a49416be2 100644 (file)
@@ -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)                              \