Explorar o código

whitespace fix

Nick Mathewson %!s(int64=5) %!d(string=hai) anos
pai
achega
03247c8eaa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/conf/confmacros.h

+ 1 - 1
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),                       \