Browse Source

fix indent

Christian Grothoff 1 năm trước cách đây
mục cha
commit
0c55f5e6c8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/include/options-generator.c

+ 2 - 1
src/include/options-generator.c

@@ -1029,7 +1029,8 @@ TOP:
              "  for (i = 0; i < options_max_num; i++)\n"
              "  {\n"
              "    const struct MHD_%sOptionAndValue *const option = options + i;\n"
-             "    switch (option->opt) {\n",
+             "    switch (option->opt)\n"
+             "    {\n",
              capitalize (category),
              category,
              category,