summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/src/tools.cpp')
-rw-r--r--protocols/IRCG/src/tools.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/protocols/IRCG/src/tools.cpp b/protocols/IRCG/src/tools.cpp
index 9cfcb82137..5d07573291 100644
--- a/protocols/IRCG/src/tools.cpp
+++ b/protocols/IRCG/src/tools.cpp
@@ -497,10 +497,9 @@ CMString CIrcProto::PrefixToStatus(int cPrefix)
struct TimerPair
{
TimerPair(CIrcProto* _pro, UINT_PTR _id) :
- ppro(_pro),
- idEvent(_id)
- {
- }
+ ppro(_pro),
+ idEvent(_id)
+ {}
UINT_PTR idEvent;
CIrcProto *ppro;