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/modules/m_ident.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_ident.cpp') diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index b923e6371..36f9ceed0 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -104,7 +104,7 @@ class IdentRequestSocket final : public EventHandler { public: - LocalUser *user; /* User we are attached to */ + LocalUser* user; /* User we are attached to */ std::string result; /* Holds the ident string if done */ time_t age; bool done; /* True if lookup is finished */ @@ -354,7 +354,7 @@ public: * creating a Timer object and especially better than creating a * Timer per ident lookup! */ - ModResult OnCheckReady(LocalUser *user) override + ModResult OnCheckReady(LocalUser* user) override { /* Does user have an ident socket attached at all? */ IdentRequestSocket* isock = socket.Get(user); -- cgit v1.3.1-10-gc9f91