summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/look.c
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-07-15 02:15:12 +0000
committerjmallett <jmallett@FreeBSD.org>2002-07-15 02:15:12 +0000
commit5cf2af5a273048f7f85db34e1a8600e1add62571 (patch)
tree90a2685db1fbde7911ea989fd58832570adb3b91 /usr.bin/m4/look.c
parent467c3ff4526f2dc81b474d1ab4adcc2998337415 (diff)
downloadFreeBSD-src-5cf2af5a273048f7f85db34e1a8600e1add62571.zip
FreeBSD-src-5cf2af5a273048f7f85db34e1a8600e1add62571.tar.gz
Kill extraneous whitespace.
Diffstat (limited to 'usr.bin/m4/look.c')
-rw-r--r--usr.bin/m4/look.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c
index 2a3e5c7..bafaa2a 100644
--- a/usr.bin/m4/look.c
+++ b/usr.bin/m4/look.c
@@ -74,7 +74,7 @@ hash(const char *name)
/*
* find name in the hash table
*/
-ndptr
+ndptr
lookup(const char *name)
{
ndptr p;
@@ -91,7 +91,7 @@ lookup(const char *name)
* hash and create an entry in the hash table.
* The new entry is added in front of a hash bucket.
*/
-ndptr
+ndptr
addent(const char *name)
{
unsigned int h;
OpenPOWER on IntegriCloud