From 08496283c0d472e452b790671cb7d82df43a5bc7 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 13 Jul 2008 10:34:43 +0000 Subject: Indentation tweak git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10003 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_nopartmsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/m_nopartmsg.cpp b/src/modules/m_nopartmsg.cpp index 46b79b51f..19d2206d9 100644 --- a/src/modules/m_nopartmsg.cpp +++ b/src/modules/m_nopartmsg.cpp @@ -35,7 +35,7 @@ class ModulePartMsgBan : public Module } - virtual void OnUserPart(User* user, Channel* channel, std::string &partmessage, bool &silent) + virtual void OnUserPart(User* user, Channel* channel, std::string &partmessage, bool &silent) { if (!IS_LOCAL(user)) return; -- cgit v1.2.3