Remove spaces before line feed
This commit is contained in:
@@ -97,7 +97,7 @@ namespace Nz
|
||||
* \return true If it is the case
|
||||
*
|
||||
* \param state State to compare the top with
|
||||
*
|
||||
*
|
||||
* \remark Because all actions popping or pushing a state don't take effect until next state machine update, this can return false on a just enabled state
|
||||
*/
|
||||
inline bool StateMachine::IsStateEnabled(const State* state) const
|
||||
@@ -113,7 +113,7 @@ namespace Nz
|
||||
* \return true If it is the case
|
||||
*
|
||||
* \param state State to compare the top with
|
||||
*
|
||||
*
|
||||
* \remark Because all actions popping or pushing a state don't take effect until next state machine update, this can return false on a just pushed state
|
||||
*/
|
||||
inline bool StateMachine::IsTopState(const State* state) const
|
||||
|
||||
@@ -393,7 +393,7 @@ namespace Nz
|
||||
|
||||
directory = std::move(newDirectory);
|
||||
return true;
|
||||
},
|
||||
},
|
||||
[&](std::string_view name)
|
||||
{
|
||||
if (name.empty())
|
||||
|
||||
Reference in New Issue
Block a user