mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 03:06:21 +00:00
Remove empty line
This commit is contained in:
@@ -179,7 +179,6 @@ win_create_muc(const char* const roomjid)
|
|||||||
layout->base.win = newpad(PAD_SIZE, cols - subwin_cols);
|
layout->base.win = newpad(PAD_SIZE, cols - subwin_cols);
|
||||||
wbkgd(layout->base.win, theme_attrs(THEME_TEXT));
|
wbkgd(layout->base.win, theme_attrs(THEME_TEXT));
|
||||||
layout->subwin = newpad(PAD_SIZE, subwin_cols);
|
layout->subwin = newpad(PAD_SIZE, subwin_cols);
|
||||||
;
|
|
||||||
wbkgd(layout->subwin, theme_attrs(THEME_TEXT));
|
wbkgd(layout->subwin, theme_attrs(THEME_TEXT));
|
||||||
} else {
|
} else {
|
||||||
layout->base.win = newpad(PAD_SIZE, (cols));
|
layout->base.win = newpad(PAD_SIZE, (cols));
|
||||||
|
|||||||
Reference in New Issue
Block a user