We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a983fc commit 797d0a4Copy full SHA for 797d0a4
llvm/include/llvm/Support/LockFileManager.h
@@ -43,7 +43,7 @@ class LockFileManager {
43
SmallString<128> UniqueLockFileName;
44
45
struct OwnerUnknown {};
46
- struct OwnedByUs{};
+ struct OwnedByUs {};
47
struct OwnedByAnother {
48
std::string OwnerHostName;
49
int OwnerPID;
0 commit comments