tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 03247c8eaa305fc527ecda075a7b0a7145014c98
parent 2780cbb9cb9905a7194364d791da4d94ac419998
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sat, 24 Aug 2019 17:11:41 -0400

whitespace fix

Diffstat:
Msrc/lib/conf/confmacros.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/conf/confmacros.h b/src/lib/conf/confmacros.h @@ -49,7 +49,7 @@ #define CONFIG_VAR_DEFN(structtype, varname, vartype, membername, \ varflags, initval) \ { .member = \ - { .name = varname, \ + { .name = varname, \ .type = CONFIG_TYPE_EXTENDED, \ .type_def = &vartype ## _type_defn, \ .offset = offsetof(structtype, membername), \