mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 01:56:07 +00:00
Some style nits.
This commit is contained in:
@@ -3158,7 +3158,7 @@ server_client_add_client_window(struct client *c, u_int id)
|
||||
cw->window = id;
|
||||
RB_INSERT(client_windows, &c->windows, cw);
|
||||
}
|
||||
return cw;
|
||||
return (cw);
|
||||
}
|
||||
|
||||
/* Get client active pane. */
|
||||
|
||||
Reference in New Issue
Block a user