Remove a small, annoying, nit I ran in to editing this file, a lone tab

on a line by itself.
This commit is contained in:
Juli Mallett 2002-05-19 17:50:23 +00:00
parent 494ae5601d
commit 9e3bfadea8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96948

View File

@ -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;