mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
refactor: follow style guide
This commit is contained in:
@@ -57,7 +57,7 @@ win_T *win_new_float(win_T *wp, bool last, FloatConfig fconfig, Error *err)
|
||||
int dir;
|
||||
winframe_remove(wp, &dir, NULL);
|
||||
XFREE_CLEAR(wp->w_frame);
|
||||
(void)win_comp_pos(); // recompute window positions
|
||||
win_comp_pos(); // recompute window positions
|
||||
win_remove(wp, NULL);
|
||||
win_append(lastwin_nofloating(), wp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user