aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-02-01 06:17:31 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-02-01 06:17:31 +0000
commite942bf0d2d9ec7edf370c85a5c6401625c5684f5 (patch)
treea01037d502de624efa588036a58ffb975f0c9e4a
parente311100e2045d856b312f86f094fe3105fa4d217 (diff)
Remove trailing spaces
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1105 632fc199-4ca6-4c93-a231-07263d6284db
-rw-r--r--jstdhuff.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/jstdhuff.c b/jstdhuff.c
index 1efc04b..7fec6ca 100644
--- a/jstdhuff.c
+++ b/jstdhuff.c
@@ -9,7 +9,7 @@
*
* This file contains routines to set the default Huffman tables, if they are
* not already set.
-*/
+*/
/*
* Huffman table setup routines
@@ -58,12 +58,12 @@ std_huff_tables (j_common_ptr cinfo)
{ /* 0-base */ 0, 0, 1, 5, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 };
static const UINT8 val_dc_luminance[] =
{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 };
-
+
static const UINT8 bits_dc_chrominance[17] =
{ /* 0-base */ 0, 0, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 };
static const UINT8 val_dc_chrominance[] =
{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 };
-
+
static const UINT8 bits_ac_luminance[17] =
{ /* 0-base */ 0, 0, 2, 1, 3, 3, 2, 4, 3, 5, 5, 4, 4, 0, 0, 1, 0x7d };
static const UINT8 val_ac_luminance[] =
@@ -88,7 +88,7 @@ std_huff_tables (j_common_ptr cinfo)
0xe3, 0xe4, 0xe5, 0xe6, 0xe7, 0xe8, 0xe9, 0xea,
0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, 0xf8,
0xf9, 0xfa };
-
+
static const UINT8 bits_ac_chrominance[17] =
{ /* 0-base */ 0, 0, 2, 1, 2, 4, 4, 3, 4, 7, 5, 4, 4, 0, 1, 2, 0x77 };
static const UINT8 val_ac_chrominance[] =