summaryrefslogtreecommitdiffstats
path: root/ctrl
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-07-21 10:20:22 +0200
committerSebastian Reichel <sre@ring0.de>2012-07-21 10:20:22 +0200
commit22d3079153be6d674033a483ca81422426a13a85 (patch)
tree593ea9b547f9e6f212a1b6eef3d2bd7d29c26acb /ctrl
parente001acd685469d75f260422e662457b0453b0c11 (diff)
downloadmicrocopterd-22d3079153be6d674033a483ca81422426a13a85.tar.bz2
remove space between function name and (
Diffstat (limited to 'ctrl')
-rw-r--r--ctrl/models/hexacopter.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrl/models/hexacopter.vala b/ctrl/models/hexacopter.vala
index 9462bc8..f467898 100644
--- a/ctrl/models/hexacopter.vala
+++ b/ctrl/models/hexacopter.vala
@@ -67,7 +67,7 @@ public class Hexacopter : CopterModel {
}
}
-public Type register_plugin (Module module) {
+public Type register_plugin(Module module) {
// types are registered automatically
return typeof(Hexacopter);
}