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/gscolor2.c | |
parent | 0b17959f31afe3baffbc328e7f92e88e634ad8b8 (diff) |
Indent with spaces and strip trailing whitespace.
Diffstat (limited to 'gs/base/gscolor2.c')
-rw-r--r-- | gs/base/gscolor2.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gs/base/gscolor2.c b/gs/base/gscolor2.c index 47d59c00c..0d066f006 100644 --- a/gs/base/gscolor2.c +++ b/gs/base/gscolor2.c @@ -220,7 +220,6 @@ static RELOC_PTRS_WITH(cs_Indexed_reloc_ptrs, gs_color_space *pcs) } RELOC_PTRS_END - /* Color space installation for an Indexed color space. */ static int @@ -574,7 +573,6 @@ gs_cspace_indexed_lookup_bytes(const gs_color_space *pcs, float index_float, } } - /* Look up an index in an Indexed color space, return value as frac value(s). */ int gs_cspace_indexed_lookup_frac(const gs_color_space *pcs, float index_float, @@ -648,9 +646,6 @@ gs_cspace_indexed_lookup_frac(const gs_color_space *pcs, float index_float, } } - - - /* Look up with restriction */ int @@ -667,7 +662,6 @@ gs_indexed_limit_and_lookup(const gs_client_color * pc,const gs_color_space *pcs } - /* ---------------- Serialization. -------------------------------- */ static int |