mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:43:19 +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
|
@ -35,11 +35,11 @@ BOOL PatternMatch(const TCHAR *pszPattern, const TCHAR *pszTry)
|
|||
|
||||
if (((*pszTry) == 0) || ((*pszPattern) == 0))
|
||||
return FALSE;
|
||||
|
||||
|
||||
pszTry++;
|
||||
pszPattern++;
|
||||
pszPattern++;
|
||||
}
|
||||
|
||||
|
||||
if (*pszPattern == _T('*'))
|
||||
{
|
||||
pszPattern++;
|
||||
|
@ -51,9 +51,9 @@ BOOL PatternMatch(const TCHAR *pszPattern, const TCHAR *pszTry)
|
|||
pszTry++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (((*pszTry) == 0) && ((*pszPattern) == 0))
|
||||
return TRUE;
|
||||
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue