mirror of
https://github.com/anope/anope.git
synced 2026-06-27 18:46:39 +02:00
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
This commit is contained in:
+1
-2
@@ -105,7 +105,7 @@ void Anope::Fork()
|
||||
{
|
||||
#ifndef _WIN32
|
||||
kill(getppid(), SIGUSR2);
|
||||
|
||||
|
||||
freopen("/dev/null", "r", stdin);
|
||||
freopen("/dev/null", "w", stdout);
|
||||
freopen("/dev/null", "w", stderr);
|
||||
@@ -558,4 +558,3 @@ void Anope::Init(int ac, char **av)
|
||||
|
||||
Serialize::CheckTypes();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user