Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6cea87d5
authored
May 27, 2015
by
Christian Kern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cpplint warnings
parent
68d10aa4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
mtapi_c/test/embb_mtapi_test_id_pool.cc
+1
-0
mtapi_c/test/embb_mtapi_test_id_pool.h
+0
-1
No files found.
mtapi_c/test/embb_mtapi_test_id_pool.cc
View file @
6cea87d5
...
...
@@ -25,6 +25,7 @@
*/
#include <embb_mtapi_test_id_pool.h>
#include <vector>
IdPoolTest
::
IdPoolTest
()
{
CreateUnit
(
"mtapi id pool test single threaded"
).
...
...
mtapi_c/test/embb_mtapi_test_id_pool.h
View file @
6cea87d5
...
...
@@ -41,7 +41,6 @@ class IdPoolTest : public partest::TestCase {
IdPoolTest
();
private
:
static
const
unsigned
int
id_pool_size_1
=
100
;
static
const
unsigned
int
concurrent_accessors_id_pool_2
=
10
;
static
const
unsigned
int
id_elements_per_accessor
=
10
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment