summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/hdfgifwr.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-03-27 21:40:24 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-03-27 21:40:24 (GMT)
commitb9173f64d7b8ecc84dfc4728649adcfee24eb633 (patch)
treec7e44e27e5da78b8474bd99ef2200be02fb0684d /hl/tools/gif2h5/hdfgifwr.c
parent9283f262f6bedc711a9149d711b34aaf352fc252 (diff)
downloadhdf5-b9173f64d7b8ecc84dfc4728649adcfee24eb633.zip
hdf5-b9173f64d7b8ecc84dfc4728649adcfee24eb633.tar.gz
hdf5-b9173f64d7b8ecc84dfc4728649adcfee24eb633.tar.bz2
[svn-r13556]
Code cleaning regarding formatting and indentation Tested linux
Diffstat (limited to 'hl/tools/gif2h5/hdfgifwr.c')
-rw-r--r--hl/tools/gif2h5/hdfgifwr.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/hl/tools/gif2h5/hdfgifwr.c b/hl/tools/gif2h5/hdfgifwr.c
index 6505e92..66cf0d1 100644
--- a/hl/tools/gif2h5/hdfgifwr.c
+++ b/hl/tools/gif2h5/hdfgifwr.c
@@ -38,12 +38,12 @@
*
* Based on: compress.c - File compression ala IEEE Computer, June 1984.
*
- * Spencer W. Thomas (decvax!harpo!utah-cs!utah-gr!thomas)
- * Jim McKie (decvax!mcvax!jim)
- * Steve Davies (decvax!vax135!petsd!peora!srd)
- * Ken Turkowski (decvax!decwrl!turtlevax!ken)
- * James A. Woods (decvax!ihnp4!ames!jaw)
- * Joe Orost (decvax!vax135!petsd!joe)
+ * Spencer W. Thomas (decvax!harpo!utah-cs!utah-gr!thomas)
+ * Jim McKie (decvax!mcvax!jim)
+ * Steve Davies (decvax!vax135!petsd!peora!srd)
+ * Ken Turkowski (decvax!decwrl!turtlevax!ken)
+ * James A. Woods (decvax!ihnp4!ames!jaw)
+ * Joe Orost (decvax!vax135!petsd!joe)
*****************************************************************/
@@ -53,8 +53,8 @@
#include "gif.h"
-typedef BYTE byte;
-typedef long int count_int;
+typedef BYTE byte;
+typedef long int count_int;
/* indicies into conv24MB */
#define CONV24_8BIT 0
@@ -175,8 +175,8 @@ static int cur_bits = 0;
#ifndef WIN32
#define min(a,b) ((a>b) ? b : a)
#endif
-#define XV_BITS 12 /* BITS was already defined on some systems */
-#define MSDOS 1
+#define XV_BITS 12 /* BITS was already defined on some systems */
+#define MSDOS 1
#define HSIZE 5003 /* 80% occupancy */
typedef unsigned char char_type;