aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/zlib/zconf.h
diff options
context:
space:
mode:
authortrivias <trivias@yandex-team.ru>2022-02-10 16:46:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:12 +0300
commit11ab7328455192b9cdb4bbb79f8615bf356182ca (patch)
treee0efa000afff888a01a2c43e28784c44829472a5 /contrib/libs/zlib/zconf.h
parent6d9304bc5310ea888178fc8640d175001436d29d (diff)
downloadydb-11ab7328455192b9cdb4bbb79f8615bf356182ca.tar.gz
Restoring authorship annotation for <trivias@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/zlib/zconf.h')
-rw-r--r--contrib/libs/zlib/zconf.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/zlib/zconf.h b/contrib/libs/zlib/zconf.h
index b73be42ba5..c39dd79ab5 100644
--- a/contrib/libs/zlib/zconf.h
+++ b/contrib/libs/zlib/zconf.h
@@ -373,13 +373,13 @@
# endif
#endif
-#if !defined(WINDOWS) && !defined(WIN32) && !defined(__BEOS__)
-# ifdef ZLIB_DLL
-# define ZEXPORT __attribute__((visibility("default")))
-# define ZEXPORTVA __attribute__((visibility("default")))
-# endif
-#endif
-
+#if !defined(WINDOWS) && !defined(WIN32) && !defined(__BEOS__)
+# ifdef ZLIB_DLL
+# define ZEXPORT __attribute__((visibility("default")))
+# define ZEXPORTVA __attribute__((visibility("default")))
+# endif
+#endif
+
#ifndef ZEXTERN
# define ZEXTERN extern
#endif