summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Stone Island/main.m
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-08-31 23:07:20 +0200
committerJules Laplace <julescarbon@gmail.com>2020-08-31 23:07:20 +0200
commit22721a013bdd10d5eb395ba18453585f5f3f1f7f (patch)
tree5a920e31d6026ed5dc55265e5fd057febccc50e3 /StoneIsland/platforms/ios/Stone Island/main.m
parentd22d51a1ae49680015326857360eb699f31efced (diff)
rebuild the ios platform and the plugins
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island/main.m')
-rw-r--r--StoneIsland/platforms/ios/Stone Island/main.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/main.m b/StoneIsland/platforms/ios/Stone Island/main.m
index 7b59c4de..2c0b35c3 100644
--- a/StoneIsland/platforms/ios/Stone Island/main.m
+++ b/StoneIsland/platforms/ios/Stone Island/main.m
@@ -1,4 +1,4 @@
- /*
+/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -29,7 +29,7 @@
int main(int argc, char* argv[])
{
@autoreleasepool {
- int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate");
+ int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate");
return retVal;
}
}