Whitespace

This commit is contained in:
Daniel O'Connor 2012-06-24 17:22:26 +09:30
parent 79d5563344
commit fbc0a9b0b0

View File

@ -40,7 +40,7 @@
*/
int
socket_bind(const char *name, int type, int reuse) {
int s, oerrno, reuseP;
int s, oerrno, reuseP;
struct sockaddr_un sockname;
socklen_t len;