diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
commit | 2ad6f3dee6bc54535003f4ab26bbc587b7efa38c (patch) | |
tree | a3959baf797787918878bec6d58d6a0fb743ad0a /gnu/usr.bin/groff/pic | |
parent | 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (diff) | |
download | FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.zip FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'gnu/usr.bin/groff/pic')
-rw-r--r-- | gnu/usr.bin/groff/pic/Makefile.sub | 2 | ||||
-rw-r--r-- | gnu/usr.bin/groff/pic/pic.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/pic/Makefile.sub b/gnu/usr.bin/groff/pic/Makefile.sub index 06d1975..d8ed426 100644 --- a/gnu/usr.bin/groff/pic/Makefile.sub +++ b/gnu/usr.bin/groff/pic/Makefile.sub @@ -2,7 +2,7 @@ PROG=pic MAN1=pic.n XLIBS=$(LIBGROFF) MLIB=$(LIBM) -OBJS=pic.o lex.o main.o object.o common.o troff.o tex.o # fig.o +OBJS=pic.o lex.o main.o object.o common.o troff.o tex.o # fig.o CCSRCS=lex.cc main.cc object.cc common.cc troff.cc tex.cc HDRS=common.h object.h output.h pic.h position.h text.h GRAM=pic.y diff --git a/gnu/usr.bin/groff/pic/pic.h b/gnu/usr.bin/groff/pic/pic.h index 30c2cd5..11979d9 100644 --- a/gnu/usr.bin/groff/pic/pic.h +++ b/gnu/usr.bin/groff/pic/pic.h @@ -94,7 +94,7 @@ void lex_cleanup(); extern int flyback_flag; extern int command_char; -// zero_length_line_flag is non-zero if zero-length lines are drawn +// zero_length_line_flag is non-zero if zero-length lines are drawn // as dots by the output device extern int zero_length_line_flag; extern int driver_extension_flag; |