mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 22:18:13 +00:00
[SETUPLIB] Code formatting fix.
svn path=/branches/setup_improvements/; revision=75656
This commit is contained in:
parent
a80f803a2a
commit
f1b9c071bb
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ IniCacheGetKeyName(
|
|||
*NamePtr = NULL;
|
||||
*NameSize = 0;
|
||||
|
||||
while(Ptr && *Ptr)
|
||||
while (Ptr && *Ptr)
|
||||
{
|
||||
*NamePtr = NULL;
|
||||
*NameSize = 0;
|
||||
|
|
Loading…
Reference in a new issue