diff options
author | limburg <limburg@yandex-team.ru> | 2022-02-10 16:47:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:37 +0300 |
commit | 54295b9bd4dc45c54d804084fd846d945148a7f0 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs | |
parent | f8250dcf35b79fc52c9e6c6fa3931df9fd4ce472 (diff) | |
download | ydb-54295b9bd4dc45c54d804084fd846d945148a7f0.tar.gz |
Restoring authorship annotation for <limburg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/libidn/idna.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/libidn/idna.c b/contrib/libs/libidn/idna.c index a4bacd0525..af3f24d58e 100644 --- a/contrib/libs/libidn/idna.c +++ b/contrib/libs/libidn/idna.c @@ -541,10 +541,10 @@ idna_to_ascii_4z (const uint32_t * input, char **output, int flags) { rc = idna_to_ascii_4i (start, end - start, buf, flags); if (rc != IDNA_SUCCESS) - { - free (out); - return rc; - } + { + free (out); + return rc; + } } if (out) |