Skip to content

Commit

Permalink
Optimize code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
FischLu authored and FischLu committed Nov 2, 2024
1 parent 2b83e1b commit 2dc39d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/osutils/macutils/AppKitImpl.mm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#if __clang_major__ >= 13 && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_VERSION_12_3
#import <ScreenCaptureKit/ScreenCaptureKit.h>
#endif

@implementation AppKitImpl

- (id) initWithObject:(AppKit*)appkit
Expand Down Expand Up @@ -183,7 +184,7 @@ - (bool) enableAccessibility
//
// Check if screen recording is enabled, may show an popup asking for permissions
//
- (bool)enableScreenRecording
- (bool) enableScreenRecording
{
#if __clang_major__ >= 13 && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_VERSION_12_3
__block BOOL hasPermission = NO;
Expand Down

0 comments on commit 2dc39d1

Please sign in to comment.