We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa5d9b commit dd33f14Copy full SHA for dd33f14
Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.c
@@ -228,12 +228,14 @@ sentrycrashcm_handleException(struct SentryCrash_MonitorContext *context)
228
}
229
230
231
-bool sentrycrashcm_isManagedRuntime(void)
+bool
232
+sentrycrashcm_isManagedRuntime(void)
233
{
234
return g_isManagedRuntime;
235
236
-void sentrycrashcm_setManagedRuntime(bool isManagedRuntime)
237
+void
238
+sentrycrashcm_setManagedRuntime(bool isManagedRuntime)
239
240
g_isManagedRuntime = isManagedRuntime;
241
0 commit comments