aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/brotli/enc/dictionary_hash.h
diff options
context:
space:
mode:
authorasaitgalin <asaitgalin@yandex-team.ru>2022-02-10 16:47:28 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:28 +0300
commitcb85b6b6ed9608dfa24ee0362fd286dd27fd40ae (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /contrib/libs/brotli/enc/dictionary_hash.h
parentc0780d05ad256f75dc8e0fa36aee5dbce402e8f6 (diff)
downloadydb-cb85b6b6ed9608dfa24ee0362fd286dd27fd40ae.tar.gz
Restoring authorship annotation for <asaitgalin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/brotli/enc/dictionary_hash.h')
-rw-r--r--contrib/libs/brotli/enc/dictionary_hash.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/contrib/libs/brotli/enc/dictionary_hash.h b/contrib/libs/brotli/enc/dictionary_hash.h
index dd22a08ca1..b3bb9599f4 100644
--- a/contrib/libs/brotli/enc/dictionary_hash.h
+++ b/contrib/libs/brotli/enc/dictionary_hash.h
@@ -1,24 +1,24 @@
-/* Copyright 2015 Google Inc. All Rights Reserved.
-
- Distributed under MIT license.
- See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
-*/
-
-/* Hash table on the 4-byte prefixes of static dictionary words. */
-
+/* Copyright 2015 Google Inc. All Rights Reserved.
+
+ Distributed under MIT license.
+ See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
+*/
+
+/* Hash table on the 4-byte prefixes of static dictionary words. */
+
#ifndef BROTLI_ENC_DICTIONARY_HASH_H_
#define BROTLI_ENC_DICTIONARY_HASH_H_
-#include <brotli/types.h>
+#include <brotli/types.h>
-#if defined(__cplusplus) || defined(c_plusplus)
-extern "C" {
-#endif
+#if defined(__cplusplus) || defined(c_plusplus)
+extern "C" {
+#endif
-extern const uint16_t kStaticDictionaryHash[32768];
+extern const uint16_t kStaticDictionaryHash[32768];
-#if defined(__cplusplus) || defined(c_plusplus)
-} /* extern "C" */
-#endif
+#if defined(__cplusplus) || defined(c_plusplus)
+} /* extern "C" */
+#endif
-#endif /* BROTLI_ENC_DICTIONARY_HASH_H_ */
+#endif /* BROTLI_ENC_DICTIONARY_HASH_H_ */