Fix spacing in tor_inet_aton() function header

This commit is contained in:
Neel Chauhan
2019-12-20 14:10:43 -05:00
parent 33a0f15b21
commit 01c6fde326
+1 -1
View File
@@ -35,7 +35,7 @@
* (Like inet_aton(str,addr), but works on Windows and Solaris.)
*/
int
tor_inet_aton(const char *str, struct in_addr* addr)
tor_inet_aton(const char *str, struct in_addr *addr)
{
unsigned a,b,c,d;
char more;