Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a semicolon.
Browse files Browse the repository at this point in the history
aliddell committed May 29, 2024

Verified

This commit was signed with the committer’s verified signature.
aliddell Alan Liddell
1 parent 51f1b1c commit b6e0cd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ acquire(AcquireRuntime* runtime)

const size_t unpadded_bytes =
bytes_of_image(&cur->shape) + sizeof(*cur);
const size_t nbytes_aligned = 8*((unpadded_bytes+7)/8)
const size_t nbytes_aligned = 8*((unpadded_bytes+7)/8);

// check data is correct
CHECK(bytes_of_image(&cur->shape) == 33 * 47);

0 comments on commit b6e0cd5

Please sign in to comment.