pwm : fix code style

This commit is contained in:
Mohammed Kabir
2017-04-02 19:51:15 +02:00
committed by Lorenz Meier
parent f915896413
commit d50a0c4323
+2 -1
View File
@@ -928,10 +928,11 @@ pwm_main(int argc, char *argv[])
if (group_mask != 0) {
printf("channel group %u: channels", i);
for (unsigned j = 0; j < 32; j++)
for (unsigned j = 0; j < 32; j++) {
if (group_mask & (1 << j)) {
printf(" %u", j + 1);
}
}
printf("\n");
}