From b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 27 Apr 2021 16:36:40 +0100 Subject: Fix a bunch of weird indentation and spacing issues. --- src/configreader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index 2d3ecc3de..a739bf5b5 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -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 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 blocks." << std::endl + << "You will need to do this if you want clients to be able to connect!" << std::endl; if (old && valid) { -- cgit v1.3.1-10-gc9f91