mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix spacing in tor_inet_aton() function header
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user