summaryrefslogtreecommitdiff
path: root/gs/base/gsht.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-19 23:49:56 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-19 23:49:56 +0200
commit781969994b5381ba4bed03beef217f9bde6e7c58 (patch)
treeaede27c7532f0fbe82f03dc0c04c9316be510fd5 /gs/base/gsht.h
parent0b17959f31afe3baffbc328e7f92e88e634ad8b8 (diff)
Indent with spaces and strip trailing whitespace.
Diffstat (limited to 'gs/base/gsht.h')
-rw-r--r--gs/base/gsht.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gs/base/gsht.h b/gs/base/gsht.h
index dd4309c0b..c12e74eb1 100644
--- a/gs/base/gsht.h
+++ b/gs/base/gsht.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.
@@ -33,10 +33,10 @@ typedef struct gs_screen_halftone_s {
/* Client definition of color (Type 2) halftones */
typedef struct gs_colorscreen_halftone_s {
union _css {
- gs_screen_halftone indexed[4];
- struct _csc {
- gs_screen_halftone red, green, blue, gray;
- } colored;
+ gs_screen_halftone indexed[4];
+ struct _csc {
+ gs_screen_halftone red, green, blue, gray;
+ } colored;
} screens;
} gs_colorscreen_halftone;