mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:51:49 +00:00
Delete all Trailing spaces in code.
svn path=/trunk/; revision=29689
This commit is contained in:
parent
622c29bffb
commit
a7fddf9c07
293 changed files with 12346 additions and 12346 deletions
|
@ -10,7 +10,7 @@ void UpdateDefragInfo (HWND Dlg)
|
|||
char PercentText[100];
|
||||
|
||||
Defrag = (Defragment *) GetWindowLongPtr (Dlg, GWLP_USERDATA);
|
||||
|
||||
|
||||
sprintf (PercentText, "%6.2f%%", Defrag->GetStatusPercent());
|
||||
PercentItem = GetDlgItem (Dlg, IDC_PERCENT);
|
||||
SendMessage (GetDlgItem (Dlg, IDC_PERCENT), WM_SETTEXT, 0, (LPARAM) PercentText);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue