summaryrefslogtreecommitdiffstats
path: root/src/engine/Request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Request.hpp')
-rw-r--r--src/engine/Request.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/Request.hpp b/src/engine/Request.hpp
index 17930554..2fbbde27 100644
--- a/src/engine/Request.hpp
+++ b/src/engine/Request.hpp
@@ -25,7 +25,6 @@
namespace Ingen {
-
/** Record of a request (used to respond to clients).
*
* This is a glorified std::pair<ClientInterface*, int32_t> for replying
@@ -72,7 +71,6 @@ private:
int32_t _id;
};
-
} // namespace Ingen
#endif // INGEN_ENGINE_REQUEST_HPP