white space and minor comment cleanup.
This commit is contained in:
@@ -450,7 +450,7 @@ cygheap_user::env_systemroot (const char *name, size_t namelen)
|
||||
{
|
||||
int size = GetWindowsDirectory (NULL, 0);
|
||||
if (size > 0)
|
||||
{
|
||||
{
|
||||
psystemroot = (char *) cmalloc (HEAP_STR, ++size);
|
||||
size = GetWindowsDirectory (psystemroot, size);
|
||||
if (size <= 0)
|
||||
@@ -460,7 +460,7 @@ cygheap_user::env_systemroot (const char *name, size_t namelen)
|
||||
}
|
||||
}
|
||||
if (size <= 0)
|
||||
debug_printf ("GetWindowsDirectory(), %E");
|
||||
debug_printf ("GetWindowsDirectory(), %E");
|
||||
}
|
||||
return psystemroot;
|
||||
}
|
||||
|
Reference in New Issue
Block a user