aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/Example/FirebaseFunctions/main.m
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Example/FirebaseFunctions/main.m')
-rw-r--r--Functions/Example/FirebaseFunctions/main.m9
1 files changed, 4 insertions, 5 deletions
diff --git a/Functions/Example/FirebaseFunctions/main.m b/Functions/Example/FirebaseFunctions/main.m
index 03b5c12..39c05a5 100644
--- a/Functions/Example/FirebaseFunctions/main.m
+++ b/Functions/Example/FirebaseFunctions/main.m
@@ -15,9 +15,8 @@
@import UIKit;
#import "FIRAppDelegate.h"
-int main(int argc, char * argv[])
-{
- @autoreleasepool {
- return UIApplicationMain(argc, argv, nil, NSStringFromClass([FIRAppDelegate class]));
- }
+int main(int argc, char* argv[]) {
+ @autoreleasepool {
+ return UIApplicationMain(argc, argv, nil, NSStringFromClass([FIRAppDelegate class]));
+ }
}