Skip to content

Commit b62eb84

Browse files
authored
Code style fixes (#154)
Automated fixes for code style.
1 parent ede1f5f commit b62eb84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/CLR/CorLib/corlib_native_System_GC.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
//
66
#include "CorLib.h"
77

8-
HRESULT Library_corlib_native_System_GC::EnableGCMessages___STATIC__VOID__BOOLEAN(
9-
CLR_RT_StackFrame &stack)
8+
HRESULT Library_corlib_native_System_GC::EnableGCMessages___STATIC__VOID__BOOLEAN(CLR_RT_StackFrame &stack)
109
{
1110
NATIVE_PROFILE_CLR_CORE();
1211

0 commit comments

Comments
 (0)