Skip to content

Commit

Permalink
Merge pull request #1848 from Username404-59/master
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed May 13, 2024
2 parents ce7a187 + f02f9f6 commit aa31de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video-ps3eye/shm-layout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct shm_out
};
};

alignas(64) struct shm {
struct alignas(64) shm {
shm_out out;
[[maybe_unused]] const char _padding[128 - sizeof(shm_out) % 128]; // NOLINT
shm_in in;
Expand Down

0 comments on commit aa31de3

Please sign in to comment.