diff options
author | massaraksh <massaraksh@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
commit | 8387f1fb70a4161b7581d3c0da52c4810df655be (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/libxml/rand.h | |
parent | 684ac31120ef65e34ba32b0324c42a4f921a14c4 (diff) | |
download | ydb-8387f1fb70a4161b7581d3c0da52c4810df655be.tar.gz |
Restoring authorship annotation for <massaraksh@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libxml/rand.h')
-rw-r--r-- | contrib/libs/libxml/rand.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/contrib/libs/libxml/rand.h b/contrib/libs/libxml/rand.h index ff57844cf9..eab92ea13f 100644 --- a/contrib/libs/libxml/rand.h +++ b/contrib/libs/libxml/rand.h @@ -1,15 +1,15 @@ -#ifndef __XML_RAND_H__ -#define __XML_RAND_H__ - -#ifdef __cplusplus -extern "C" { -#endif - -int utilRandom(); - -#ifdef __cplusplus -} -#endif - -#endif - +#ifndef __XML_RAND_H__ +#define __XML_RAND_H__ + +#ifdef __cplusplus +extern "C" { +#endif + +int utilRandom(); + +#ifdef __cplusplus +} +#endif + +#endif + |