Whitespace fixes.

This commit is contained in:
Ulrich Drepper 2010-03-27 06:19:03 -07:00
parent b9ea2dd05e
commit 0a164fe03e

View File

@ -1042,9 +1042,9 @@ glob (pattern, flags, errfunc, pglob)
: (__stat64 (pglob->gl_pathv[i], &st64) == 0
&& S_ISDIR (st64.st_mode))))
{
size_t len = strlen (pglob->gl_pathv[i]) + 2;
size_t len = strlen (pglob->gl_pathv[i]) + 2;
char *new = realloc (pglob->gl_pathv[i], len);
if (new == NULL)
if (new == NULL)
{
globfree (pglob);
pglob->gl_pathc = 0;