summaryrefslogtreecommitdiffstats
path: root/src/server/PatchPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PatchPlugin.hpp')
-rw-r--r--src/server/PatchPlugin.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/server/PatchPlugin.hpp b/src/server/PatchPlugin.hpp
index 863a8371..8f5ca07a 100644
--- a/src/server/PatchPlugin.hpp
+++ b/src/server/PatchPlugin.hpp
@@ -32,11 +32,10 @@ class NodeImpl;
class PatchPlugin : public PluginImpl
{
public:
- PatchPlugin(
- Shared::URIs& uris,
- const std::string& uri,
- const std::string& symbol,
- const std::string& name)
+ PatchPlugin(Shared::URIs& uris,
+ const std::string& uri,
+ const std::string& symbol,
+ const std::string& name)
: PluginImpl(uris, Plugin::Patch, uri)
{}