Skip to content

Commit a2604e7

Browse files
Edvard Vasdalkris-jusiak
authored andcommitted
Removed space
1 parent 44c03c8 commit a2604e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/boost/sml.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,6 @@ struct transitions_sub<sm<Tsm>, T, Ts...> {
10101010
}
10111011
template <class, class SM, class TDeps, class TSubs>
10121012
constexpr static bool execute(const anonymous &event, SM &sm, TDeps &deps, TSubs &subs, typename SM::state_t &current_state) {
1013-
10141013
if (sub_sm<sm_impl<Tsm>>::cget(&subs).is_terminated()) {
10151014
return transitions<T, Ts...>::execute(event, sm, deps, subs, current_state);
10161015
} else {

0 commit comments

Comments
 (0)