]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/configreader.cpp
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / src / configreader.cpp
index 2d3ecc3dead9b4848ef87c01ce98c4c0d37186f8..a739bf5b5ae13b9fc3a6eaf91747b0a65be605c3 100644 (file)
@@ -506,8 +506,8 @@ void ServerConfig::Apply(ServerConfig* old, const std::string &useruid)
 
        ConfigTagList binds = ConfTags("bind");
        if (binds.first == binds.second)
-                errstr << "Possible configuration error: you have not defined any <bind> blocks." << std::endl
-                        << "You will need to do this if you want clients to be able to connect!" << std::endl;
+               errstr << "Possible configuration error: you have not defined any <bind> blocks." << std::endl
+                       << "You will need to do this if you want clients to be able to connect!" << std::endl;
 
        if (old && valid)
        {