From 22d3079153be6d674033a483ca81422426a13a85 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sat, 21 Jul 2012 10:20:22 +0200 Subject: remove space between function name and ( --- ctrl/models/hexacopter.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctrl/models') 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); } -- cgit v1.2.3