mirror of
https://github.com/reactos/reactos.git
synced 2026-06-23 01:26:09 +08:00
Delete all Trailing spaces in code.
svn path=/trunk/; revision=29689
This commit is contained in:
@@ -75,7 +75,7 @@ int CShellCommandChangeKey::Execute(CConsole &rConsole, CArgumentParser& rArgume
|
||||
{
|
||||
size_t size = _tcslen(pchPath);
|
||||
ASSERT(size <= PROMPT_BUFFER_SIZE);
|
||||
|
||||
|
||||
if (!m_rTree.ChangeCurrentKey(pchPath))
|
||||
{
|
||||
rConsole.Write(m_rTree.GetLastErrorDescription());
|
||||
|
||||
Reference in New Issue
Block a user