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
dcf26ae8
authored
Dec 19, 2014
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mtapi_c: fixed cpplint warnings
parent
4e537322
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mtapi_c/src/embb_mtapi_action_t.c
+1
-1
mtapi_c/test/embb_mtapi_test_plugin.cc
+1
-1
No files found.
mtapi_c/src/embb_mtapi_action_t.c
View file @
dcf26ae8
...
@@ -62,7 +62,7 @@ void embb_mtapi_action_initialize(embb_mtapi_action_t* that) {
...
@@ -62,7 +62,7 @@ void embb_mtapi_action_initialize(embb_mtapi_action_t* that) {
void
embb_mtapi_action_finalize
(
embb_mtapi_action_t
*
that
)
{
void
embb_mtapi_action_finalize
(
embb_mtapi_action_t
*
that
)
{
if
(
that
->
is_plugin_action
)
{
if
(
that
->
is_plugin_action
)
{
// TODO: check status
// TODO
(mw)
: check status
that
->
plugin_action_finalize_function
(
that
->
handle
,
NULL
);
that
->
plugin_action_finalize_function
(
that
->
handle
,
NULL
);
}
}
embb_mtapi_action_initialize
(
that
);
embb_mtapi_action_initialize
(
that
);
...
...
mtapi_c/test/embb_mtapi_test_plugin.cc
View file @
dcf26ae8
...
@@ -114,7 +114,7 @@ void plugin_task_start(
...
@@ -114,7 +114,7 @@ void plugin_task_start(
MTAPI_IN
mtapi_task_hndl_t
task
,
MTAPI_IN
mtapi_task_hndl_t
task
,
MTAPI_OUT
mtapi_status_t
*
status
)
{
MTAPI_OUT
mtapi_status_t
*
status
)
{
mtapi_status_t
local_status
=
MTAPI_ERR_UNKNOWN
;
mtapi_status_t
local_status
=
MTAPI_ERR_UNKNOWN
;
if
(
embb_mtapi_node_is_initialized
())
{
if
(
embb_mtapi_node_is_initialized
())
{
embb_mtapi_node_t
*
node
=
embb_mtapi_node_get_instance
();
embb_mtapi_node_t
*
node
=
embb_mtapi_node_get_instance
();
...
...
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