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/cidr.cpp | |
parent | 2f3c378a3974cc206cf4e184dec9b303ce2ee43a (diff) |
Remove whitespace and minor style changes
Diffstat (limited to 'src/cidr.cpp')
-rw-r--r-- | src/cidr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cidr.cpp b/src/cidr.cpp index f5ecaac5b..d6370b06a 100644 --- a/src/cidr.cpp +++ b/src/cidr.cpp @@ -92,5 +92,3 @@ bool irc::sockets::MatchCIDR(const std::string &address, const std::string &cidr return mask == mask2; } - - |