Apply "clang-format" preferences globally

This commit is contained in:
Delgan 2024-04-07 10:05:10 +02:00
parent d841aeeecd
commit b85ba99980
64 changed files with 1868 additions and 2678 deletions

View file

@ -867,9 +867,7 @@ content(struct module *module)
/* sink */
output_informations
= (private->data->target_sink == NULL
? &output_informations_null
: &private->sink_informations);
= (private->data->target_sink == NULL ? &output_informations_null : &private->sink_informations);
struct tag_set sink_tag_set = (struct tag_set){
.tags = (struct tag *[]){
@ -888,9 +886,7 @@ content(struct module *module)
/* source */
output_informations
= (private->data->target_source == NULL
? &output_informations_null
: &private->source_informations);
= (private->data->target_source == NULL ? &output_informations_null : &private->source_informations);
struct tag_set source_tag_set = (struct tag_set){
.tags = (struct tag *[]){