summaryrefslogtreecommitdiff
path: root/gs/base/gxhttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/base/gxhttype.h')
-rw-r--r--gs/base/gxhttype.h12
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;