mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:32:57 +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
|
@ -123,7 +123,7 @@ BOOL InputBox(DFWINDOW wnd,char *ttl,char *msg,char *text,int len)
|
|||
InputText = text;
|
||||
TextLength = len;
|
||||
InputBoxDB.dwnd.title = ttl;
|
||||
InputBoxDB.dwnd.w = 4 +
|
||||
InputBoxDB.dwnd.w = 4 +
|
||||
max(20, max(len, max((int)strlen(ttl), (int)strlen(msg))));
|
||||
InputBoxDB.ctl[1].dwnd.x = (InputBoxDB.dwnd.w-2-len)/2;
|
||||
InputBoxDB.ctl[0].dwnd.w = strlen(msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue