Skip to content

Commit

Permalink
Missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Apr 25, 2024
1 parent c858d92 commit 103fa4c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Os/Posix/test/ut/PosixTaskTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ int main(int argc, char** argv) {
STest::Random::seed();
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
}
2 changes: 1 addition & 1 deletion Os/Stub/test/Task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ bool TestTask::isCooperative() {
}
}
}
}
}
2 changes: 1 addition & 1 deletion Os/Stub/test/Task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ class TestTask : public TaskInterface {
}
}
}
#endif // End OS_STUB_TASK_TEST_HPP
#endif // End OS_STUB_TASK_TEST_HPP
3 changes: 1 addition & 2 deletions Os/Task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,4 @@ FwSizeType Task::getNumTasks() {
void Task::registerTaskRegistry(TaskRegistry* registry) {
Task::s_taskRegistry = registry;
}

}
}
2 changes: 0 additions & 2 deletions Os/test/ut/task/TaskRules.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,3 @@ struct CheckTaskCount : public STest::Rule<Os::Test::Task::Tester> {
);

};


0 comments on commit 103fa4c

Please sign in to comment.