summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Ping.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/Ping.hpp')
-rw-r--r--src/engine/events/Ping.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/events/Ping.hpp b/src/engine/events/Ping.hpp
index e5edc662..271f97f4 100644
--- a/src/engine/events/Ping.hpp
+++ b/src/engine/events/Ping.hpp
@@ -28,7 +28,6 @@ class PortImpl;
namespace Events {
-
/** A ping that travels through the pre-processed event queue before responding
* (useful for the order guarantee).
*
@@ -44,7 +43,6 @@ public:
void post_process() { _request->respond_ok(); }
};
-
} // namespace Ingen
} // namespace Events