]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fix while debugging #40981
authorRoger Dingledine <arma@torproject.org>
Thu, 24 Oct 2024 22:55:29 +0000 (18:55 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 24 Oct 2024 22:55:29 +0000 (18:55 -0400)
src/core/or/circuituse.c

index 6a73fbe87c0375a012f272446cfc185f597e389e..37c6cc3782975e13ea8310a9cc9c57925750652d 100644 (file)
@@ -1020,7 +1020,7 @@ circuit_stream_is_being_handled(entry_connection_t *conn,
     if (CIRCUIT_IS_ORIGIN(circ) &&
         !circ->marked_for_close &&
         (circ->purpose == CIRCUIT_PURPOSE_C_GENERAL ||
-        circ->purpose == CIRCUIT_PURPOSE_CONFLUX_LINKED) &&
+         circ->purpose == CIRCUIT_PURPOSE_CONFLUX_LINKED) &&
         (!circ->timestamp_dirty ||
          circ->timestamp_dirty + get_options()->MaxCircuitDirtiness > now)) {
       origin_circuit_t *origin_circ = TO_ORIGIN_CIRCUIT(circ);