mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Style and comment fixes from Tiago Cunha.
This commit is contained in:
@ -345,8 +345,7 @@ window_choose_collapse(struct window_pane *wp, struct session *s)
|
||||
* assign the actual result we want to render and copy the new one over
|
||||
* the top of it.
|
||||
*/
|
||||
for (i = 0; i < ARRAY_LENGTH(&data->list); i++)
|
||||
{
|
||||
for (i = 0; i < ARRAY_LENGTH(&data->list); i++) {
|
||||
item = &ARRAY_ITEM(&data->list, i);
|
||||
wcd = item->wcd;
|
||||
|
||||
|
Reference in New Issue
Block a user