Commit 76193e92 authored by Jennifer Buehler's avatar Jennifer Buehler

Two more whitespace fixes

parent d4b02762
/*
/*
Mathieu Stefani, 29 janvier 2016
Implementation of the Http client
......@@ -381,8 +381,8 @@ Connection::connect(Address addr)
memset(&hints, 0, sizeof(struct addrinfo));
hints.ai_family = AF_UNSPEC; /* Allow IPv4 or IPv6 */
hints.ai_socktype = SOCK_STREAM; /* Stream socket */
hints.ai_flags = 0;
hints.ai_protocol = 0;
hints.ai_flags = 0;
hints.ai_protocol = 0;
auto host = addr.host();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment