Skip to content

Commit dd33f14

Browse files
committed
Fix formatting
1 parent 4aa5d9b commit dd33f14

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,14 @@ sentrycrashcm_handleException(struct SentryCrash_MonitorContext *context)
228228
}
229229
}
230230

231-
bool sentrycrashcm_isManagedRuntime(void)
231+
bool
232+
sentrycrashcm_isManagedRuntime(void)
232233
{
233234
return g_isManagedRuntime;
234235
}
235236

236-
void sentrycrashcm_setManagedRuntime(bool isManagedRuntime)
237+
void
238+
sentrycrashcm_setManagedRuntime(bool isManagedRuntime)
237239
{
238240
g_isManagedRuntime = isManagedRuntime;
239241
}

0 commit comments

Comments
 (0)