mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 05:41:53 +00:00
Reformat code with clang format
This commit is contained in:
@ -61,8 +61,10 @@ bool MockParserLineStream::IsOpen() const
|
||||
|
||||
bool MockParserLineStream::Eof() const
|
||||
{
|
||||
return !std::any_of(m_include_positions.begin(), m_include_positions.end(), [](const IncludePos& pos)
|
||||
{
|
||||
return pos.m_pos < pos.m_lines.size();
|
||||
});
|
||||
return !std::any_of(m_include_positions.begin(),
|
||||
m_include_positions.end(),
|
||||
[](const IncludePos& pos)
|
||||
{
|
||||
return pos.m_pos < pos.m_lines.size();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user