format i3bar src/outputs.c w/ clang-format

next
Nathan Schulte 2017-04-02 19:26:55 -05:00
parent 2f0f8b16c2
commit 4fa87a0c43
1 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,8 @@ static int outputs_end_map_cb(void *params_) {
bool handle_output = false;
for (int c = 0; c < config.num_outputs; c++) {
if (strcasecmp(params->outputs_walk->name, config.outputs[c]) == 0 ||
(strcasecmp(config.outputs[c], "primary") == 0 &&
params->outputs_walk->primary)) {
(strcasecmp(config.outputs[c], "primary") == 0 &&
params->outputs_walk->primary)) {
handle_output = true;
break;
}