Skip to content

Commit

Permalink
Fix code alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Konovalov committed Mar 18, 2024
1 parent 54223d7 commit 9e4145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pstl_offload/internal/usm_memory_replacement.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ __internal_aligned_alloc(std::size_t __size, std::size_t __alignment)
#else
// can always use aligned allocation, not interop issue with free()
__res = __original_aligned_alloc(__size, __not_use_explicit_alignment == __alignment ? alignof(std::max_align_t)
: __alignment );
: __alignment);
#endif
}

Expand Down

0 comments on commit 9e4145f

Please sign in to comment.