From 2ad6f3dee6bc54535003f4ab26bbc587b7efa38c Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 05:05:38 +0000 Subject: Remove trailing whitespace. --- gnu/usr.bin/groff/troff/token.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gnu/usr.bin/groff/troff/token.h') 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() { -- cgit v1.1