summaryrefslogtreecommitdiffstats
path: root/sensors/compass
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/compass
parente001acd685469d75f260422e662457b0453b0c11 (diff)
downloadmicrocopterd-22d3079153be6d674033a483ca81422426a13a85.tar.bz2
remove space between function name and (
Diffstat (limited to 'sensors/compass')
-rw-r--r--sensors/compass/hmc5843.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors/compass/hmc5843.vala b/sensors/compass/hmc5843.vala
index 393f985..8248a5a 100644
--- a/sensors/compass/hmc5843.vala
+++ b/sensors/compass/hmc5843.vala
@@ -31,7 +31,7 @@ public class HMC5843 : I2CDevice, Compass {
}
}
-public Type register_plugin (Module module) {
+public Type register_plugin(Module module) {
// types are registered automatically
return typeof(HMC5843);
}