From: Nick Mathewson Date: Thu, 4 Oct 2012 14:34:46 +0000 (-0400) Subject: Fix tabs in config.c X-Git-Tag: tor-0.2.4.4-alpha~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b18b12d9796d4a71854dd7465c32ee8d500629;p=thirdparty%2Ftor.git Fix tabs in config.c --- diff --git a/src/or/config.c b/src/or/config.c index c04f2aa022..bac2b2e642 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -2553,10 +2553,10 @@ options_validate(or_options_t *old_options, or_options_t *options, if (!(options->UseEntryGuards) && (options->RendConfigLines != NULL)) { log_warn(LD_CONFIG, - "UseEntryGuards is disabled, but you have configured one or more " - "hidden services on this Tor instance. Your hidden services " - "will be very easy to locate using a well-known attack -- see " - "http://freehaven.net/anonbib/#hs-attack06 for details."); + "UseEntryGuards is disabled, but you have configured one or more " + "hidden services on this Tor instance. Your hidden services " + "will be very easy to locate using a well-known attack -- see " + "http://freehaven.net/anonbib/#hs-attack06 for details."); } if (!(options->LearnCircuitBuildTimeout) &&