From ddd96f65a20fdbb43ba6ad66f392f4a5b0326eb7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 5 Jul 2023 13:35:14 +0100 Subject: Fix an indentation issue in CullList::Apply. --- src/cull.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cull.cpp') diff --git a/src/cull.cpp b/src/cull.cpp index b2cf536a5..d8b645dc2 100644 --- a/src/cull.cpp +++ b/src/cull.cpp @@ -111,8 +111,8 @@ void CullList::Apply() for (auto* c : culled) { #ifdef INSPIRCD_ENABLE_RTTI - ServerInstance->Logs.Debug("CULLLIST", "Deleting {} @{}", typeid(*c).name(), - fmt::ptr(c)); + ServerInstance->Logs.Debug("CULLLIST", "Deleting {} @{}", typeid(*c).name(), + fmt::ptr(c)); #endif delete c; } -- cgit v1.3.1-10-gc9f91