Skip to content

Commit 94ca36d

Browse files
Update pnset.hpp
1 parent 138a039 commit 94ca36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wellcoordination/benchmark/pnset.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class PNSet : public ReplicatedObject
6464
// 0
6565
void add(std::string a)
6666
{
67-
bool find false;
67+
bool find=false;
6868
while(lock.load());
6969
lock.store(true);
7070
find=false;
@@ -135,4 +135,4 @@ class PNSet : public ReplicatedObject
135135
{
136136
return true;
137137
}
138-
};
138+
};

0 commit comments

Comments
 (0)