[tor-commits] [tor/master] whitespace fix

dgoulet at torproject.org dgoulet at torproject.org
Mon Aug 26 13:43:23 UTC 2019


commit 03247c8eaa305fc527ecda075a7b0a7145014c98
Author: Nick Mathewson <nickm at torproject.org>
Date:   Sat Aug 24 17:11:41 2019 -0400

    whitespace fix
---
 src/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
index aa89965e6..2a15f09aa 100644
--- 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),                       \





More information about the tor-commits mailing list