Skip to content

Commit 6d303cf

Browse files
committed
clang format fix
1 parent 1e25384 commit 6d303cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/acl_device_op_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ TEST(device_op, post_status) {
447447
acl_device_op_t *op = acl_propose_device_op(&m_doq, ACL_DEVICE_OP_NONE, e);
448448
assert(op != NULL);
449449
CHECK_EQUAL(e, op->info.event);
450-
450+
451451
e->execution_status = CL_COMPLETE;
452452
op->timestamp[CL_QUEUED] = 40;
453453
op->timestamp[CL_SUBMITTED] = 41;

0 commit comments

Comments
 (0)