aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/dir.c
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-09-17 21:29:06 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-09-17 21:29:06 +0000
commit37721c830937200b9e0c48230cdd69d1bdf4ec69 (patch)
treee486dca4f9bd4c33083e88473624273b6c450c4d /usr.bin/make/dir.c
parent0fd9fa89a98b14d8c6d0c6a16ef9e4c8c3ac8428 (diff)
downloadsrc-37721c830937200b9e0c48230cdd69d1bdf4ec69.tar.gz
src-37721c830937200b9e0c48230cdd69d1bdf4ec69.zip
#define<space> -> #define<tab>
Notes
Notes: svn path=/head/; revision=103503
Diffstat (limited to 'usr.bin/make/dir.c')
-rw-r--r--usr.bin/make/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c
index 38754e1f4b00..9bb6d6fc3e1a 100644
--- a/usr.bin/make/dir.c
+++ b/usr.bin/make/dir.c
@@ -1074,7 +1074,7 @@ Dir_AddDir (path, name)
Hash_InitTable (&p->files, -1);
while ((dp = readdir (d)) != (struct dirent *) NULL) {
-#if defined(sun) && defined(d_ino) /* d_ino is a sunos4 #define for d_fileno */
+#if defined(sun) && defined(d_ino) /* d_ino is a sunos4 #define for d_fileno */
/*
* The sun directory library doesn't check for a 0 inode
* (0-inode slots just take up space), so we have to do