fix indent

This commit is contained in:
Christian Grothoff
2024-06-11 14:01:43 +02:00
parent 67de5eaf8b
commit c87b0028b5
+2 -1
View File
@@ -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,