summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/suff.c
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-09-17 21:29:06 +0000
committerjmallett <jmallett@FreeBSD.org>2002-09-17 21:29:06 +0000
commit64620c0f765340361b6e1714f4b25e815271c95e (patch)
treee486dca4f9bd4c33083e88473624273b6c450c4d /usr.bin/make/suff.c
parenta336071222c6757d8ada53c28f4d6743131fb475 (diff)
downloadFreeBSD-src-64620c0f765340361b6e1714f4b25e815271c95e.zip
FreeBSD-src-64620c0f765340361b6e1714f4b25e815271c95e.tar.gz
#define<space> -> #define<tab>
Diffstat (limited to 'usr.bin/make/suff.c')
-rw-r--r--usr.bin/make/suff.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c
index 48a7820..5da296c 100644
--- a/usr.bin/make/suff.c
+++ b/usr.bin/make/suff.c
@@ -111,9 +111,9 @@ typedef struct _Suff {
char *name; /* The suffix itself */
int nameLen; /* Length of the suffix */
short flags; /* Type of suffix */
-#define SUFF_INCLUDE 0x01 /* One which is #include'd */
-#define SUFF_LIBRARY 0x02 /* One which contains a library */
-#define SUFF_NULL 0x04 /* The empty suffix */
+#define SUFF_INCLUDE 0x01 /* One which is #include'd */
+#define SUFF_LIBRARY 0x02 /* One which contains a library */
+#define SUFF_NULL 0x04 /* The empty suffix */
Lst searchPath; /* The path along which files of this suffix
* may be found */
int sNum; /* The suffix number */
OpenPOWER on IntegriCloud