diff options
author | Sebastian Reichel <sre@ring0.de> | 2012-07-21 10:20:22 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2012-07-21 10:20:22 +0200 |
commit | 22d3079153be6d674033a483ca81422426a13a85 (patch) | |
tree | 593ea9b547f9e6f212a1b6eef3d2bd7d29c26acb /actuators | |
parent | e001acd685469d75f260422e662457b0453b0c11 (diff) | |
download | microcopterd-22d3079153be6d674033a483ca81422426a13a85.tar.bz2 |
remove space between function name and (
Diffstat (limited to 'actuators')
-rw-r--r-- | actuators/motor/atmostripe.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actuators/motor/atmostripe.vala b/actuators/motor/atmostripe.vala index 4485c8c..7cc9146 100644 --- a/actuators/motor/atmostripe.vala +++ b/actuators/motor/atmostripe.vala @@ -59,7 +59,7 @@ public class AtmostripeMotorController : SerialDevice, MotorController { } } -public Type register_plugin (Module module) { +public Type register_plugin(Module module) { // types are registered automatically return typeof(AtmostripeMotorController); } |