mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 08:52:59 +08:00
[SETUPLIB] Code formatting fix.
svn path=/branches/setup_improvements/; revision=75656
This commit is contained in:
@@ -332,7 +332,7 @@ IniCacheGetKeyName(
|
||||
*NamePtr = NULL;
|
||||
*NameSize = 0;
|
||||
|
||||
while(Ptr && *Ptr)
|
||||
while (Ptr && *Ptr)
|
||||
{
|
||||
*NamePtr = NULL;
|
||||
*NameSize = 0;
|
||||
|
||||
Reference in New Issue
Block a user