summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/extern.h
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/extern.h
parent467c3ff4526f2dc81b474d1ab4adcc2998337415 (diff)
downloadFreeBSD-src-5cf2af5a273048f7f85db34e1a8600e1add62571.zip
FreeBSD-src-5cf2af5a273048f7f85db34e1a8600e1add62571.tar.gz
Kill extraneous whitespace.
Diffstat (limited to 'usr.bin/m4/extern.h')
-rw-r--r--usr.bin/m4/extern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h
index 30d3b95..88cba41 100644
--- a/usr.bin/m4/extern.h
+++ b/usr.bin/m4/extern.h
@@ -60,7 +60,7 @@ extern void doprintlineno(struct input_file *);
extern void doprintfilename(struct input_file *);
extern void doesyscmd(const char *);
-
+
/* look.c */
extern ndptr addent(const char *);
@@ -104,7 +104,7 @@ extern void release_input(struct input_file *);
enlarge_bufspace(); \
*bp++ = (c); \
} while(0)
-
+
#define CHRSAVE(c) \
do { \
if (ep >= endest) \
@@ -162,7 +162,7 @@ static __inline int gpbc(void)
int chscratch; /* Scratch space. */
if (bp > bufbase) {
- if (*--bp)
+ if (*--bp)
return ((unsigned char)*bp);
else
return (EOF);
OpenPOWER on IntegriCloud