diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-01-23 14:37:09 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-23 14:37:09 +0100 |
commit | d02011d69fe1e52ec0bc38051eff9ea93a1cc88c (patch) | |
tree | e754312d779e090111000d1c27d666fd318ae144 /src/socket.cpp | |
parent | 2f3c378a3974cc206cf4e184dec9b303ce2ee43a (diff) |
Remove whitespace and minor style changes
Diffstat (limited to 'src/socket.cpp')
-rw-r--r-- | src/socket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index c65cd5b27..cade49353 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -369,4 +369,3 @@ bool irc::sockets::cidr_mask::match(const irc::sockets::sockaddrs& addr) const irc::sockets::cidr_mask tmp(addr, length); return tmp == *this; } - |