Commit 10aebfbc by Tobias Fuchs

Fixed cpplint warnings

parent c291e97a
...@@ -160,8 +160,7 @@ void SimpleTest::TestBasic() { ...@@ -160,8 +160,7 @@ void SimpleTest::TestBasic() {
// with (max_queues + 1), see defect embb449 // with (max_queues + 1), see defect embb449
num_cores + 1, // max queues (default: 16) num_cores + 1, // max queues (default: 16)
1024, // queue capacity (default: 1024) 1024, // queue capacity (default: 1024)
4 // num priorities (default: 4) 4); // num priorities (default: 4)
);
for (int ii = 0; ii < 10000; ii++) { for (int ii = 0; ii < 10000; ii++) {
ArraySink<TEST_COUNT> asink; ArraySink<TEST_COUNT> asink;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment