Skip to content

Commit 797d0a4

Browse files
committed
clang-format
1 parent 8a983fc commit 797d0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Support/LockFileManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class LockFileManager {
4343
SmallString<128> UniqueLockFileName;
4444

4545
struct OwnerUnknown {};
46-
struct OwnedByUs{};
46+
struct OwnedByUs {};
4747
struct OwnedByAnother {
4848
std::string OwnerHostName;
4949
int OwnerPID;

0 commit comments

Comments
 (0)