diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2025-02-21 13:53:05 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2025-02-21 13:53:05 -0800 |
| commit | 4d1c7207ffaea5b02a4fd822ef4bbf3d333fe4f7 (patch) | |
| tree | 52f64471eedc636425cc311afd3b55c99a1a3a98 | |
| parent | 5a82f71ed1dfc0bec044d9702463dbdf84ea3b71 (diff) | |
| download | zlib-4d1c7207ffaea5b02a4fd822ef4bbf3d333fe4f7.tar.gz zlib-4d1c7207ffaea5b02a4fd822ef4bbf3d333fe4f7.tar.bz2 zlib-4d1c7207ffaea5b02a4fd822ef4bbf3d333fe4f7.zip | |
Remove some unsightly spaces in zlib.h.
| -rw-r--r-- | zlib.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 | ||
| 1589 | ZEXTERN int ZEXPORT gzrewind(gzFile file); | 1589 | ZEXTERN 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 | /* |
| 1597 | ZEXTERN z_off_t ZEXPORT gztell(gzFile file); | 1597 | ZEXTERN 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 | ||
| 1653 | ZEXTERN int ZEXPORT gzclose(gzFile file); | 1653 | ZEXTERN 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 |
