Skip to content

Commit d228cf1

Browse files
committed
Fix formatting
1 parent 074e585 commit d228cf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin-dev/Source/Sentry/Private/GenericPlatform/GenericPlatformSentrySubsystem.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ void PrintVerboseLog(sentry_level_t level, const char* message, va_list args, vo
6161

6262
/* static */ sentry_value_t FGenericPlatformSentrySubsystem::HandleBeforeSend(sentry_value_t event, void* hint, void* closure)
6363
{
64-
if(closure) {
64+
if (closure)
65+
{
6566
return StaticCast<FGenericPlatformSentrySubsystem*>(closure)->OnBeforeSend(event, hint, closure);
6667
}
6768
else

0 commit comments

Comments
 (0)