Skip to content

Commit

Permalink
Code style fixes (#102)
Browse files Browse the repository at this point in the history
Automated fixes for code style.
  • Loading branch information
nfbot authored and josesimoes committed Aug 30, 2023
1 parent 6c7f7b7 commit 972af48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/netcore/nanoFramework.nanoCLR/nanoCLR_native.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ typedef struct NANO_CLR_SETTINGS
// this is required for launching a debug session in Visual Studio
// when building is set for RTM this configuration is ignored
BOOL EnterDebuggerLoopAfterExit;

// set this to TRUE if execution engine is to performa GC before each allocation
BOOL PerformGarbageCollection;

// set this to TRUE if execution engine is to performa heap compaction after each GC run
BOOL PerformHeapCompaction;

Expand Down

0 comments on commit 972af48

Please sign in to comment.