Skip to content
GitLab
Explore
Sign in
suyu
src
core
file_sys
vfs_offset.cpp
Find file
Blame
History
Permalink
vfs_offset: Simplify TrimToFit()
· 3e0727df
Lioncash
authored
Jul 20, 2018
We can simply use std::clamp() here, instead of using an equivalent with std::max() and std::min().
3e0727df
Loading