Skip to content

Commit

Permalink
fixed indents
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Aug 29, 2022
1 parent 2a17b22 commit 51727eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions virtualization.m
Original file line number Diff line number Diff line change
Expand Up @@ -909,9 +909,9 @@ bool vmCanStop(void *machine, void *queue)

void sharedApplication()
{
// Create a shared app instance.
// Create a shared app instance.
// This will initialize the global variable
// 'NSApp' with the application instance.
// 'NSApp' with the application instance.
[VZApplication sharedApplication];
}

Expand Down
2 changes: 1 addition & 1 deletion virtualization_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@interface VZApplication : NSApplication
{
bool shouldKeepRunning;
bool shouldKeepRunning;
}

- (void)run;
Expand Down

0 comments on commit 51727eb

Please sign in to comment.