Skip to content

Commit

Permalink
minor update to style
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Jul 14, 2022
1 parent 6e70a2a commit 96ff212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void Root::restart(void) {
initialize();
};

bool Root::hasStopped(void) {
bool Root::has_stopped(void) {
bool reachedEnd = false;
{{#END}}
// Get the currently active leaf state
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ namespace StateMachine {
/**
* @brief Returns true if the HFSM has reached its END State
*/
bool hasStopped(void);
bool has_stopped(void);

/**
* @brief Calls handleEvent on the activeLeaf.
Expand Down

0 comments on commit 96ff212

Please sign in to comment.