mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 06:22:17 +00:00
LibThread: Fix formatting that was broken by the previous commit
This commit is contained in:
parent
01db5205ab
commit
f3a3a63b68
Notes:
sideshowbarker
2024-07-18 10:20:40 +09:00
Author: https://github.com/gunnarbeutner
Commit: f3a3a63b68
1 changed files with 6 additions and 5 deletions
|
@ -14,7 +14,8 @@ namespace Threading {
|
|||
|
||||
class Lock {
|
||||
public:
|
||||
Lock() {
|
||||
Lock()
|
||||
{
|
||||
#ifndef __serenity__
|
||||
pthread_mutexattr_t attr;
|
||||
pthread_mutexattr_init(&attr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue