summaryrefslogtreecommitdiffstats
path: root/src/server/PortType.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PortType.hpp')
-rw-r--r--src/server/PortType.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/PortType.hpp b/src/server/PortType.hpp
index 5445d907..0fd61156 100644
--- a/src/server/PortType.hpp
+++ b/src/server/PortType.hpp
@@ -56,9 +56,7 @@ public:
}
}
- PortType(ID id)
- : _id(id)
- {}
+ PortType(ID id) : _id(id) {}
inline const Raul::URI& uri() const { return type_uri(_id); }
inline ID id() const { return _id; }