Coding style issues fixes

Thanks @Megamouse
This commit is contained in:
DH 2025-03-01 01:02:01 +03:00 committed by Megamouse
parent 976b0a8f1d
commit 95d0cb18e4
10 changed files with 20 additions and 19 deletions

View file

@ -687,7 +687,7 @@ namespace utils
#ifdef __linux__
#ifdef ANDROID
if constexpr (char c = '?'; true)
if constexpr (constexpr char c = '?')
#else
if (const char c = fs::file("/proc/sys/vm/overcommit_memory").read<char>(); c == '0' || c == '1')
#endif