Skip to content

Commit 8bf36ca

Browse files
committed
Remove brace indent in JITEEVersionIdentifier
1 parent d66c4ef commit 8bf36ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/inc/jiteeversionguid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ constexpr GUID JITEEVersionIdentifier = { /* 2df3678e-4506-4fac-9735-d03be1e7e91
4242
0x4506,
4343
0x4fac,
4444
{0x97, 0x35, 0xd0, 0x3b, 0xe1, 0xe7, 0xe9, 0x10}
45-
};
45+
};
4646

4747
#endif // JIT_EE_VERSIONING_GUID_H

0 commit comments

Comments
 (0)