mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:11:54 +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
|
@ -120,7 +120,7 @@ BOOL CShellCommandSetValue::Match(const TCHAR *pszCommand)
|
|||
int CShellCommandSetValue::Execute(CConsole &rConsole, CArgumentParser& rArguments)
|
||||
{
|
||||
LONG nError;
|
||||
|
||||
|
||||
rArguments.ResetArgumentIteration();
|
||||
TCHAR *pszCommandItself = rArguments.GetNextArgument();
|
||||
|
||||
|
@ -206,11 +206,11 @@ CheckValueArgument:
|
|||
|
||||
if (!pszValueData)
|
||||
blnHelp = TRUE;
|
||||
|
||||
|
||||
CRegistryKey Key;
|
||||
TCHAR *pszValueName;
|
||||
const TCHAR *pszPath;
|
||||
|
||||
|
||||
if (blnHelp)
|
||||
{
|
||||
rConsole.Write(GetHelpString());
|
||||
|
@ -229,7 +229,7 @@ CheckValueArgument:
|
|||
TCHAR *pchSep = _tcsrchr(pszValueFull,_T('\\'));
|
||||
pszValueName = pchSep?(pchSep+1):(pszValueFull);
|
||||
pszPath = pchSep?pszValueFull:_T(".");
|
||||
|
||||
|
||||
//if (_tcsrchr(pszValueName,_T('.')))
|
||||
//{
|
||||
// pszValueName = _T("");
|
||||
|
@ -244,16 +244,16 @@ CheckValueArgument:
|
|||
pszValueName = _T("");
|
||||
pszPath = _T(".");
|
||||
}
|
||||
|
||||
|
||||
if (!m_rTree.GetKey(pszPath,KEY_SET_VALUE,Key))
|
||||
{
|
||||
rConsole.Write(m_rTree.GetLastErrorDescription());
|
||||
goto SkipCommand;
|
||||
}
|
||||
|
||||
|
||||
if (Key.IsRoot())
|
||||
goto CommandNAonRoot;
|
||||
|
||||
|
||||
switch (dwType)
|
||||
{
|
||||
case REG_BINARY:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue