From 73d249e704cfdf8632c120599c1ddfeceb81dd32 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 28 Oct 2011 14:07:44 +0200 Subject: whitespace fixes Signed-off-by: Denys Vlasenko --- coreutils/pwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/pwd.c') diff --git a/coreutils/pwd.c b/coreutils/pwd.c index 9455975e7..bb3ad04fc 100644 --- a/coreutils/pwd.c +++ b/coreutils/pwd.c @@ -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) -- cgit v1.2.3