summaryrefslogtreecommitdiff
path: root/zlib-ng.h
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2020-01-07 19:09:34 -0800
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-02-07 10:44:20 +0100
commite0a711cdde1d0390a922f80b69e3b365533b34cf (patch)
treed5f71e2e28a08b5e6dde57959679198a324ec49e /zlib-ng.h
parent550f98395c8677ae9b08ec39433f5137e5cea2c8 (diff)
Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent, initial function brace on the same line as definition, removed extraneous spaces and new lines.
Diffstat (limited to 'zlib-ng.h')
-rw-r--r--zlib-ng.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zlib-ng.h b/zlib-ng.h
index 0b91ec9..33033b4 100644
--- a/zlib-ng.h
+++ b/zlib-ng.h
@@ -1939,9 +1939,9 @@ ZEXTERN ZEXPORT int zng_inflateResetKeep (zng_stream *);
ZEXTERN ZEXPORT int zng_deflateResetKeep (zng_stream *);
#ifdef WITH_GZFILEOP
-# if (defined(WIN32) || defined(__MINGW__))
- ZEXTERN ZEXPORT gzFile zng_gzopen_w(const wchar_t *path, const char *mode);
-# endif
+# if (defined(WIN32) || defined(__MINGW__))
+ ZEXTERN ZEXPORT gzFile zng_gzopen_w(const wchar_t *path, const char *mode);
+# endif
ZEXTERN ZEXPORTVA int zng_gzvprintf(gzFile file, const char *format, va_list va);
#endif