Commit 7631cffb authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Fix warnings from check-spaces

parent ac7e43d3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1475,7 +1475,8 @@ test_options_validate__paths_needed(void *ignored)
  tt_int_op(ret, OP_EQ, -1);
  tt_assert(tdata->opt->PathsNeededToBuildCircuits > 0.24 &&
            tdata->opt->PathsNeededToBuildCircuits < 0.26);
  expect_log_msg("PathsNeededToBuildCircuits is too low. Increasing to 0.25\n");
  expect_log_msg("PathsNeededToBuildCircuits is too low. "
                 "Increasing to 0.25\n");
  tor_free(msg);

  free_options_test_data(tdata);