diff options
| author | 2019-01-24 22:06:27 +0000 | |
|---|---|---|
| committer | 2019-01-24 22:18:22 +0000 | |
| commit | 961109ae4fde97144fdedeef25607a5b8b3ec2c2 (patch) | |
| tree | a04b3000fc1000b753fb60588a6f35305e60afdf /src/socket.cpp | |
| parent | Fix overriding <options:exemptchanops> with the exemptchanops mode. (diff) | |
Remove trailing whitespace from various source files.
Diffstat (limited to 'src/socket.cpp')
| -rw-r--r-- | src/socket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index d48a1907c..b33664f84 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -39,7 +39,7 @@ bool InspIRCd::BindPort(ConfigTag* tag, const irc::sockets::sockaddrs& sa, std:: return true; } } - + ListenSocket* ll = new ListenSocket(tag, sa); if (ll->GetFd() < 0) { |
