From 89537ed2ab22fcedb25e0378bd2c18e392911c0c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 29 Sep 2022 12:01:29 +0100 Subject: Fix various cases of the &* being next to the name instead of type. --- 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 1c8a181ca..718488115 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -367,7 +367,7 @@ void ServerConfig::Read() } } -void ServerConfig::Apply(ServerConfig* old, const std::string &useruid) +void ServerConfig::Apply(ServerConfig* old, const std::string& useruid) { valid = true; if (old) @@ -411,7 +411,7 @@ void ServerConfig::Apply(ServerConfig* old, const std::string &useruid) CrossCheckOperClassType(); CrossCheckConnectBlocks(old); } - catch (CoreException &ce) + catch (CoreException& ce) { errstr << ce.GetReason() << std::endl; } -- cgit v1.3.1-10-gc9f91