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/gxhttype.h | |
parent | 0b17959f31afe3baffbc328e7f92e88e634ad8b8 (diff) |
Indent with spaces and strip trailing whitespace.
Diffstat (limited to 'gs/base/gxhttype.h')
-rw-r--r-- | gs/base/gxhttype.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gs/base/gxhttype.h b/gs/base/gxhttype.h index fc58dd9cc..e21fef651 100644 --- a/gs/base/gxhttype.h +++ b/gs/base/gxhttype.h @@ -1,6 +1,6 @@ /* Copyright (C) 2001-2006 Artifex Software, Inc. All Rights Reserved. - + This software is provided AS-IS with no warranty, either express or implied. @@ -25,13 +25,13 @@ typedef enum { ht_type_spot, /* Type 1 halftone dictionary */ ht_type_threshold, /* Type 3 halftone dictionary */ ht_type_threshold2, /* Extended Type 3 halftone dictionary */ - /* (Type 3 with either 8- or 16-bit */ - /* samples, bytestring instead of string */ - /* thresholds, and 1 or 2 rectangles) */ + /* (Type 3 with either 8- or 16-bit */ + /* samples, bytestring instead of string */ + /* thresholds, and 1 or 2 rectangles) */ ht_type_multiple, /* Type 5 halftone dictionary */ ht_type_multiple_colorscreen, /* Type 5 halftone dictionary */ - /* created from Type 2 or Type 4 */ - /* halftone dictionary */ + /* created from Type 2 or Type 4 */ + /* halftone dictionary */ ht_type_client_order /* client-defined, creating a gx_ht_order */ } gs_halftone_type; |