summaryrefslogtreecommitdiffstats
path: root/src/event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.hpp')
-rw-r--r--src/event.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/event.hpp b/src/event.hpp
index a2a2236..f9104f8 100644
--- a/src/event.hpp
+++ b/src/event.hpp
@@ -1,9 +1,9 @@
#pragma once
-#include <phosphor-logging/log.hpp>
#include "callback.hpp"
#include "event_manager.hpp"
+#include <phosphor-logging/log.hpp>
#include <sstream>
namespace phosphor
@@ -76,7 +76,8 @@ class EventBase : public IndexedCallback
*
* @tparam T - The C++ type of the property values being traced.
*/
-template <typename T> class Event : public EventBase
+template <typename T>
+class Event : public EventBase
{
public:
Event() = delete;
OpenPOWER on IntegriCloud