summaryrefslogtreecommitdiffstats
path: root/sensors/gyroscope
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 /sensors/gyroscope
parente001acd685469d75f260422e662457b0453b0c11 (diff)
downloadmicrocopterd-22d3079153be6d674033a483ca81422426a13a85.tar.bz2
remove space between function name and (
Diffstat (limited to 'sensors/gyroscope')
-rw-r--r--sensors/gyroscope/itg3200.vala2
1 files changed, 1 insertions, 1 deletions
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);
}