diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-04-19 23:49:56 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-04-19 23:49:56 +0200 |
commit | 781969994b5381ba4bed03beef217f9bde6e7c58 (patch) | |
tree | aede27c7532f0fbe82f03dc0c04c9316be510fd5 /gs/base/gdevfax.c | |
parent | 0b17959f31afe3baffbc328e7f92e88e634ad8b8 (diff) |
Indent with spaces and strip trailing whitespace.
Diffstat (limited to 'gs/base/gdevfax.c')
-rw-r--r-- | gs/base/gdevfax.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gs/base/gdevfax.c b/gs/base/gdevfax.c index 1988c7a98..333a3ac27 100644 --- a/gs/base/gdevfax.c +++ b/gs/base/gdevfax.c @@ -33,7 +33,6 @@ const gx_device_procs gdev_fax_std_procs = FAX_DEVICE_BODY(gx_device_fax, gdev_fax_std_procs, dname, print_page)\ } - const gx_device_fax gs_faxg3_device = FAX_DEVICE("faxg3", faxg3_print_page); |