mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 07:42:41 +08:00
Delete all Trailing spaces in code.
svn path=/trunk/; revision=29689
This commit is contained in:
@@ -119,11 +119,11 @@ CheckValueArgument:
|
||||
rConsole.Write(_T("\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
CRegistryKey Key;
|
||||
TCHAR *pchValueName;
|
||||
const TCHAR *pszPath;
|
||||
|
||||
|
||||
if (blnHelp)
|
||||
{
|
||||
rConsole.Write(GetHelpString());
|
||||
@@ -142,7 +142,7 @@ CheckValueArgument:
|
||||
TCHAR *pchSep = _tcsrchr(pchValueFull,_T('\\'));
|
||||
pchValueName = pchSep?(pchSep+1):(pchValueFull);
|
||||
pszPath = pchSep?pchValueFull:_T(".");
|
||||
|
||||
|
||||
//if (_tcsrchr(pchValueName,_T('.')))
|
||||
//{
|
||||
// pchValueName = _T("");
|
||||
@@ -166,7 +166,7 @@ CheckValueArgument:
|
||||
|
||||
if (Key.IsRoot())
|
||||
goto ValueCommandNAonRoot;
|
||||
|
||||
|
||||
{
|
||||
rConsole.Write(_T("Value name : \""));
|
||||
rConsole.Write(_T("\\"));
|
||||
@@ -181,7 +181,7 @@ CheckValueArgument:
|
||||
}
|
||||
rConsole.Write(pchValueName);
|
||||
rConsole.Write(_T("\"\n"));
|
||||
|
||||
|
||||
nError = Key.GetValue(pchValueName,NULL,NULL,&dwValueSize);
|
||||
if (nError == ERROR_SUCCESS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user