mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:53:07 +00:00
Delete all Trailing spaces in code.
svn path=/trunk/; revision=29690
This commit is contained in:
parent
a7fddf9c07
commit
ae7da04787
2821 changed files with 211074 additions and 211075 deletions
|
@ -161,7 +161,7 @@ INT CommandTimer (LPTSTR cmd, LPTSTR param)
|
|||
{
|
||||
cT=GetTickCount();
|
||||
cS=TRUE;
|
||||
|
||||
|
||||
ConOutPrintf (szMsg,clk_n,cS?_T("ON"):_T("OFF"));
|
||||
PrintTime();
|
||||
freep(p);
|
||||
|
@ -171,7 +171,7 @@ INT CommandTimer (LPTSTR cmd, LPTSTR param)
|
|||
if(bS)
|
||||
{
|
||||
if(cS)
|
||||
{
|
||||
{
|
||||
ConOutPrintf (szMsg,clk_n,cS?_T("ON"):_T("OFF"));
|
||||
PrintTime();
|
||||
PrintElapsedTime(GetTickCount()-cT, iFormat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue