summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/writehdf.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/writehdf.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/writehdf.c')
-rw-r--r--hl/tools/gif2h5/writehdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/writehdf.c b/hl/tools/gif2h5/writehdf.c
index 5115797..c0c4742 100644
--- a/hl/tools/gif2h5/writehdf.c
+++ b/hl/tools/gif2h5/writehdf.c
@@ -65,7 +65,7 @@ WriteHDF(GIFTOMEM GifMemoryStruct, char *HDFName)
/* first create the global palette if there is one */
if (gifHead.PackedField & 0x80) { /* global palette exists */
- hsize_t dims[2]; /* specify the dimensions of the palette */
+ hsize_t dims[2]; /* specify the dimensions of the palette */
/* size of the palette is tablesize (rows) X 3 (columns) */
dims[0] = gifHead.TableSize;