mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
@ -16,8 +16,7 @@
|
||||
|
||||
@implementation AppDelegate
|
||||
|
||||
- (void)applicationDidFinishLaunching:(NSNotification*)aNotification
|
||||
{
|
||||
- (void)applicationDidFinishLaunching:(NSNotification*)aNotification {
|
||||
NSArray* arguments = [[NSProcessInfo processInfo] arguments];
|
||||
|
||||
__block std::vector<std::string> args;
|
||||
@ -33,8 +32,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
- (void)applicationWillTerminate:(NSNotification*)aNotification
|
||||
{
|
||||
- (void)applicationWillTerminate:(NSNotification*)aNotification {
|
||||
}
|
||||
|
||||
@end
|
||||
|
Reference in New Issue
Block a user