summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-05-19 17:50:23 +0000
committerjmallett <jmallett@FreeBSD.org>2002-05-19 17:50:23 +0000
commit4205c9f55a8951b1c73cec5ab81aa108c7d16848 (patch)
treec5ec064f4059011f8d576fdfca231a6d3a1c756f /bin
parent319893ecfb8a3d9e52027a831e318f75a0c5ccb2 (diff)
downloadFreeBSD-src-4205c9f55a8951b1c73cec5ab81aa108c7d16848.zip
FreeBSD-src-4205c9f55a8951b1c73cec5ab81aa108c7d16848.tar.gz
Remove a small, annoying, nit I ran in to editing this file, a lone tab
on a line by itself.
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/cd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/cd.c b/bin/sh/cd.c
index 03eb462..26ad2f2 100644
--- a/bin/sh/cd.c
+++ b/bin/sh/cd.c
@@ -310,7 +310,7 @@ getpwd(void)
* /bin/pwd.
*/
#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__SVR4)
-
+
if (getcwd(buf, sizeof(buf)) == NULL) {
char *pwd = getenv("PWD");
struct stat stdot, stpwd;
OpenPOWER on IntegriCloud