Commit 3957181e by Marcus Winter

mtapi_c: fixed cpplint warning

parent 32029a06
......@@ -223,7 +223,8 @@ void TaskTest::TryDetached() {
mtapi_taskattr_init(&taskattr, &status);
MTAPI_CHECK_STATUS(status);
mtapi_taskattr_set(&taskattr, MTAPI_TASK_DETACHED, &detached, sizeof(detached), &status);
mtapi_taskattr_set(&taskattr, MTAPI_TASK_DETACHED,
&detached, sizeof(detached), &status);
MTAPI_CHECK_STATUS(status);
for (ii = 0; ii < kTaskCount; ii++) {
......
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