mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:43:01 +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
|
@ -90,11 +90,11 @@ CheckValueArgument:
|
|||
rConsole.Write(_T("\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
CRegistryKey Key;
|
||||
TCHAR *pszValueNamePattern;
|
||||
const TCHAR *pszPath;
|
||||
|
||||
|
||||
if (blnHelp)
|
||||
{
|
||||
rConsole.Write(GetHelpString());
|
||||
|
@ -118,7 +118,7 @@ CheckValueArgument:
|
|||
pszValueNamePattern = _T("");
|
||||
pszPath = _T(".");
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
size_t s = _tcslen(pszValueNamePattern);
|
||||
if (s && (pszValueNamePattern[0] == _T('\"'))&&(pszValueNamePattern[s-1] == _T('\"')))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue