Browse Source

Restoring authorship annotation for <ilya-sidorov@yandex-team.ru>. Commit 2 of 2.

ilya-sidorov 3 years ago
parent
commit
1fe621e70d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      contrib/libs/c-ares/ares_create_query.c

+ 4 - 4
contrib/libs/c-ares/ares_create_query.c

@@ -94,10 +94,10 @@ int ares_create_query(const char *name, int dnsclass, int type,
   size_t buflen;
   unsigned char *buf;
 
-  /* Set our results early, in case we bail out early with an error. */ 
-  *buflenp = 0; 
-  *bufp = NULL; 
- 
+  /* Set our results early, in case we bail out early with an error. */
+  *buflenp = 0;
+  *bufp = NULL;
+
   /* Per RFC 7686, reject queries for ".onion" domain names with NXDOMAIN. */
   if (ares__is_onion_domain(name))
     return ARES_ENOTFOUND;