forked from external/yambar
Apply "clang-format" preferences globally
This commit is contained in:
parent
d841aeeecd
commit
b85ba99980
64 changed files with 1868 additions and 2678 deletions
|
@ -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 *[]){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue