Whitespace fixes.
authorUlrich Drepper <drepper@redhat.com>
Sat, 27 Mar 2010 13:19:03 +0000 (06:19 -0700)
committerUlrich Drepper <drepper@redhat.com>
Sat, 27 Mar 2010 13:19:03 +0000 (06:19 -0700)
posix/glob.c

index e410d50..6df083a 100644 (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;