Skip to content
Snippets Groups Projects
Commit 398d511f authored by Beat Küng's avatar Beat Küng
Browse files

flight tasks smoothing: fix style issues

parent 0eaa6222
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,7 @@ public:
};
/* Getter methods */
//float getMaxAcceleration();
Intention getIntention() {return _intention;};
Intention getIntention() { return _intention; }
/* Overwrite methods:
* Needed if different parameter values than default required.
......
......@@ -64,8 +64,8 @@ public:
/* Getter methods */
float getMaxAcceleration() {return _max_acceleration;};
ManualIntentionZ getIntention() {return _intention;};
float getMaxAcceleration() { return _max_acceleration; }
ManualIntentionZ getIntention() { return _intention; }
/* Overwrite methods:
* Needed if different parameter values than default required.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment