do not indent labels
authorChristian Grothoff <christian@grothoff.org>
Mon, 16 Sep 2019 19:34:38 +0000 (21:34 +0200)
committerChristian Grothoff <christian@grothoff.org>
Mon, 16 Sep 2019 19:34:38 +0000 (21:34 +0200)
contrib/uncrustify.cfg
src/curl/curl_reschedule.c

index 6ced05d7a66e9056ce317e50afbe3a0d7d699be1..f56c8e732b1a5267eb798d6e56e94839139098f5 100644 (file)
@@ -4,7 +4,7 @@ output_tab_size = 2
 indent_columns = 2
 indent_with_tabs = 0
 indent_case_brace = 2
-indent_label=0
+indent_label=-16
 
 code_width=80
 #cmd_width=80
index 8232fa800c7ae9b97abd3d6dc24e9e8a1788b9f6..c0dc30c95afff9387ff35625faf031e097eebaca 100644 (file)
@@ -92,6 +92,7 @@ clean_result (void *response)
   json_decref (response);
 }
 
+
 /**
  * Initialize reschedule context.
  *