mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:45: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
|
@ -77,7 +77,7 @@ int CShellCommandsLinkedList::Execute(CArgumentParser& rArgumentParser, int& nRe
|
|||
int i = -1;
|
||||
|
||||
SNode *pNode = m_pRoot;
|
||||
|
||||
|
||||
while(pNode)
|
||||
{
|
||||
i++;
|
||||
|
@ -95,7 +95,7 @@ int CShellCommandsLinkedList::Execute(CArgumentParser& rArgumentParser, int& nRe
|
|||
CShellCommand * CShellCommandsLinkedList::Match(const TCHAR * pchCommand)
|
||||
{
|
||||
SNode *pNode = m_pRoot;
|
||||
|
||||
|
||||
while(pNode)
|
||||
{
|
||||
if (pNode->m_pData->Match(pchCommand))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue