mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
chore: apply light lints (#2570)
This commit is contained in:
@@ -218,7 +218,7 @@ static std::mutex s_traceMutex;
|
||||
}
|
||||
|
||||
StackTraceResult getStackTrace() {
|
||||
std::lock_guard lock(s_traceMutex);
|
||||
std::scoped_lock lock(s_traceMutex);
|
||||
|
||||
static std::vector<StackFrame> result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user