Code cleanup

This commit is contained in:
Pierre Pronchery 2020-01-12 06:29:52 +01:00
parent 52c276678f
commit 1c8c458658

View File

@ -146,7 +146,7 @@ KeyboardKey * keyboard_layout_add(KeyboardLayout * layout, unsigned int row,
options, 2, 2);
p->keys[p->keys_cnt++] = ret;
}
p->width+=width;
p->width += width;
return ret;
}