Commit dcf26ae8 by Marcus Winter

mtapi_c: fixed cpplint warnings

parent 4e537322
...@@ -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);
......
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