Skip to content

Commit

Permalink
Newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Oct 8, 2024
1 parent 6987a77 commit 67465d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Fw/Types/StringUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ FwSignedSizeType Fw::StringUtils::substring_find(const CHAR* source_string,

// if we make it here, no matches were found
return -1;
}
}
2 changes: 1 addition & 1 deletion Os/Cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Cpu::Status Cpu::getCount(FwSizeType& cpu_count) {
Cpu::Status Cpu::getTicks(Ticks& ticks, FwSizeType cpu_index) {
return Cpu::getSingleton()._getTicks(ticks, cpu_index);
}
}
}
2 changes: 1 addition & 1 deletion Os/Memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ MemoryHandle* Memory::getHandle() {
FW_ASSERT(&this->m_delegate == reinterpret_cast<MemoryInterface*>(&this->m_handle_storage[0]));
return this->m_delegate.getHandle();
}
}
}

0 comments on commit 67465d1

Please sign in to comment.