Remove spaces before line feed

This commit is contained in:
SirLynix
2024-01-25 14:38:06 +01:00
parent fccbaf435c
commit 9ada93b995
64 changed files with 187 additions and 187 deletions

View File

@@ -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

View File

@@ -393,7 +393,7 @@ namespace Nz
directory = std::move(newDirectory);
return true;
},
},
[&](std::string_view name)
{
if (name.empty())