Skip to content
Snippets Groups Projects
Commit 4f03804b authored by unixninja92's avatar unixninja92 Committed by Nick Mathewson
Browse files

Fixed spacing.

parent d47d1473
No related branches found
No related tags found
No related merge requests found
......@@ -2837,7 +2837,7 @@ options_validate(or_options_t *old_options, or_options_t *options,
options->RendPostPeriod = MAX_DIR_PERIOD;
}
if (options->PredictedCircsRelevanceTime >
if (options->PredictedCircsRelevanceTime >
MAX_PREDICTED_CIRCS_RELEVANCE) {
log_warn(LD_CONFIG, "PredictedCircsRelevanceTime is too large; "
"clipping to %ds.", MAX_PREDICTED_CIRCS_RELEVANCE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment