Delete all Trailing spaces in code.

svn path=/trunk/; revision=29690
This commit is contained in:
Daniel Reimer 2007-10-19 23:21:45 +00:00
parent a7fddf9c07
commit ae7da04787
2821 changed files with 211074 additions and 211075 deletions

View file

@ -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);