whitespace fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2011-10-28 14:07:44 +02:00
parent 328f27fe44
commit 73d249e704
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ static int logical_getcwd(void)
if (*p == '.')
p++; /* we found "/.." */
if (*p == '\0' || *p == '/')
return 0; /* "/./" or "/../" component: bad */
return 0; /* "/./" or "/../" component: bad */
}
if (stat(wd, &st1) != 0)