]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/EventLoop.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / EventLoop.cc
index f831bef17864b5eee0b1efa9e392533dcd6f05a2..5fce06144e63ee255366c8b9b8dc6c82db06e479 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
 EventLoop *EventLoop::Running = NULL;
 
 EventLoop::EventLoop() : errcount(0), last_loop(false), timeService(NULL),
-        primaryEngine(NULL),
-        loop_delay(EVENT_LOOP_TIMEOUT),
-        error(false),
-        runOnceResult(false)
+    primaryEngine(NULL),
+    loop_delay(EVENT_LOOP_TIMEOUT),
+    error(false),
+    runOnceResult(false)
 {}
 
 void
@@ -169,3 +169,4 @@ EventLoop::stop()
 {
     last_loop = true;
 }
+