mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
make clang-format happy again
This commit is contained in:
parent
ecaf607a8f
commit
fce4127c2e
3 changed files with 5 additions and 10 deletions
|
|
@ -41,7 +41,7 @@ struct Thread {
|
|||
kvector<SigInfo> queuedSignals;
|
||||
shared_atomic32 suspendFlags{0};
|
||||
|
||||
utils::shared_atomic32 interruptedMtx{ 0 };
|
||||
utils::shared_atomic32 interruptedMtx{0};
|
||||
|
||||
std::int64_t hostTid = -1;
|
||||
lwpid_t tid = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue