aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2025-02-21 13:53:05 -0800
committerMark Adler <madler@alumni.caltech.edu>2025-02-21 13:53:05 -0800
commit4d1c7207ffaea5b02a4fd822ef4bbf3d333fe4f7 (patch)
tree52f64471eedc636425cc311afd3b55c99a1a3a98
parent5a82f71ed1dfc0bec044d9702463dbdf84ea3b71 (diff)
downloadzlib-4d1c7207ffaea5b02a4fd822ef4bbf3d333fe4f7.tar.gz
zlib-4d1c7207ffaea5b02a4fd822ef4bbf3d333fe4f7.tar.bz2
zlib-4d1c7207ffaea5b02a4fd822ef4bbf3d333fe4f7.zip
Remove some unsightly spaces in zlib.h.
-rw-r--r--zlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zlib.h b/zlib.h
index c75090b..6adb0bb 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1586,7 +1586,7 @@ ZEXTERN z_off_t ZEXPORT gzseek(gzFile file,
1586 would be before the current position. 1586 would be before the current position.
1587*/ 1587*/
1588 1588
1589ZEXTERN int ZEXPORT gzrewind(gzFile file); 1589ZEXTERN int ZEXPORT gzrewind(gzFile file);
1590/* 1590/*
1591 Rewind file. This function is supported only for reading. 1591 Rewind file. This function is supported only for reading.
1592 1592
@@ -1594,7 +1594,7 @@ ZEXTERN int ZEXPORT gzrewind(gzFile file);
1594*/ 1594*/
1595 1595
1596/* 1596/*
1597ZEXTERN z_off_t ZEXPORT gztell(gzFile file); 1597ZEXTERN z_off_t ZEXPORT gztell(gzFile file);
1598 1598
1599 Return the starting position for the next gzread or gzwrite on file. 1599 Return the starting position for the next gzread or gzwrite on file.
1600 This position represents a number of bytes in the uncompressed data stream, 1600 This position represents a number of bytes in the uncompressed data stream,
@@ -1650,7 +1650,7 @@ ZEXTERN int ZEXPORT gzdirect(gzFile file);
1650 gzip file reading and decompression, which may not be desired.) 1650 gzip file reading and decompression, which may not be desired.)
1651*/ 1651*/
1652 1652
1653ZEXTERN int ZEXPORT gzclose(gzFile file); 1653ZEXTERN int ZEXPORT gzclose(gzFile file);
1654/* 1654/*
1655 Flush all pending output for file, if necessary, close file and 1655 Flush all pending output for file, if necessary, close file and
1656 deallocate the (de)compression state. Note that once file is closed, you 1656 deallocate the (de)compression state. Note that once file is closed, you