Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More traditional placement of const specifier, matching casts
As suggested in the code review: - More traditional placment of the const specifier, e.g. const unsigned char * instead of unsigned char const * - Matching casts to also cast to const unsigned char * instead of of unsigned char * Co-Authored-By: Frank Dana <[email protected]>
- Loading branch information