mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Remove empty line
This commit is contained in:
parent
3703879a1c
commit
b12183aa1a
@ -179,7 +179,6 @@ win_create_muc(const char* const roomjid)
|
||||
layout->base.win = newpad(PAD_SIZE, cols - subwin_cols);
|
||||
wbkgd(layout->base.win, theme_attrs(THEME_TEXT));
|
||||
layout->subwin = newpad(PAD_SIZE, subwin_cols);
|
||||
;
|
||||
wbkgd(layout->subwin, theme_attrs(THEME_TEXT));
|
||||
} else {
|
||||
layout->base.win = newpad(PAD_SIZE, (cols));
|
||||
|
Loading…
Reference in New Issue
Block a user