mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
source cleanup: remove trailing whitespaces
This commit is contained in:
parent
503cbeb330
commit
51239925ec
44 changed files with 92 additions and 92 deletions
|
|
@ -226,8 +226,8 @@ static void gui_entry_draw_from(GUI_ENTRY_REC *entry, int pos)
|
|||
int i;
|
||||
int xpos, end_xpos;
|
||||
|
||||
xpos = entry->xpos + entry->promptlen +
|
||||
pos2scrpos(entry, pos + entry->scrstart) -
|
||||
xpos = entry->xpos + entry->promptlen +
|
||||
pos2scrpos(entry, pos + entry->scrstart) -
|
||||
pos2scrpos(entry, entry->scrstart);
|
||||
end_xpos = entry->xpos + entry->width;
|
||||
|
||||
|
|
@ -730,7 +730,7 @@ void gui_entry_transpose_words(GUI_ENTRY_REC *entry)
|
|||
g_free(second);
|
||||
|
||||
}
|
||||
|
||||
|
||||
gui_entry_redraw_from(entry, spos1);
|
||||
gui_entry_fix_cursor(entry);
|
||||
gui_entry_draw(entry);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue