mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
remove trailing whitespace at end of lines
svn path=/trunk/; revision=15091
This commit is contained in:
parent
1c29a40c45
commit
456be5d16b
385 changed files with 5481 additions and 5481 deletions
|
@ -96,7 +96,7 @@ void edit_status (WEdit * edit)
|
|||
extern int fixed_font;
|
||||
|
||||
void rerender_text (CWidget * wdt);
|
||||
|
||||
|
||||
void edit_status (WEdit * edit)
|
||||
{
|
||||
if ((edit->widget->options & EDITOR_NO_TEXT)) {
|
||||
|
@ -603,7 +603,7 @@ void edit_render (WEdit * edit, int page, int row_start, int col_start, int row_
|
|||
#endif
|
||||
|
||||
render_edit_text (edit, row_start, col_start, row_end, col_end);
|
||||
if (edit->force) /* edit->force != 0 means a key was pending and the redraw
|
||||
if (edit->force) /* edit->force != 0 means a key was pending and the redraw
|
||||
was halted, so next time we must redraw everything in case stuff
|
||||
was left undrawn from a previous key press */
|
||||
edit->force |= REDRAW_PAGE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue