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 ( --- sensors/gyroscope/itg3200.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sensors/gyroscope/itg3200.vala') diff --git a/sensors/gyroscope/itg3200.vala b/sensors/gyroscope/itg3200.vala index 2b7f03e..d00c853 100644 --- a/sensors/gyroscope/itg3200.vala +++ b/sensors/gyroscope/itg3200.vala @@ -57,7 +57,7 @@ public class ITG3200 : I2CDevice, Gyroscope { } } -public Type register_plugin (Module module) { +public Type register_plugin(Module module) { // types are registered automatically return typeof(ITG3200); } -- cgit v1.2.3