summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/troff/token.h
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
commit2ad6f3dee6bc54535003f4ab26bbc587b7efa38c (patch)
treea3959baf797787918878bec6d58d6a0fb743ad0a /gnu/usr.bin/groff/troff/token.h
parent4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (diff)
downloadFreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.zip
FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'gnu/usr.bin/groff/troff/token.h')
-rw-r--r--gnu/usr.bin/groff/troff/token.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/groff/troff/token.h b/gnu/usr.bin/groff/troff/token.h
index f8a319a..2c160e5 100644
--- a/gnu/usr.bin/groff/troff/token.h
+++ b/gnu/usr.bin/groff/troff/token.h
@@ -51,7 +51,7 @@ class token {
TOKEN_RIGHT_BRACE,
TOKEN_SPACE, // ` ' -- ordinary space
TOKEN_SPECIAL, // a special character -- \' \` \- \(xx
- TOKEN_SPREAD, // \p -- break and spread output line
+ TOKEN_SPREAD, // \p -- break and spread output line
TOKEN_TAB, // tab
TOKEN_TRANSPARENT, // \!
TOKEN_EOF // end of file
@@ -114,12 +114,12 @@ void interpolate_number_reg(symbol, int);
const char *asciify(int c);
inline int token::newline()
-{
- return type == TOKEN_NEWLINE;
+{
+ return type == TOKEN_NEWLINE;
}
inline int token::space()
-{
+{
return type == TOKEN_SPACE;
}
@@ -149,7 +149,7 @@ inline int token::page_ejector()
inline unsigned char token::ch()
{
return type == TOKEN_CHAR ? c : 0;
-}
+}
inline int token::eof()
{
OpenPOWER on IntegriCloud