Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/iphone
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2016-10-12 12:39:02 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2016-10-12 13:38:09 +0300
commit6d9d56acd0f5bd9f8d175e5204ee8a225418c1bd (patch)
tree25e3a89ef81f0f7f8984635be18583c0fc933daf /iphone
parent24aa1de24dee5c014f2f69a492cb032a3633f47e (diff)
[ios] Added new line at end of files.
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Categories/NSString+Categories.h2
-rw-r--r--iphone/Maps/Categories/NSString+Categories.mm2
-rw-r--r--iphone/Maps/Categories/TimeUtils.h2
-rw-r--r--iphone/Maps/Categories/TimeUtils.mm2
-rw-r--r--iphone/Maps/Categories/UIKitCategories.h2
-rw-r--r--iphone/Maps/Classes/Components/MWMViewController.mm2
-rwxr-xr-xiphone/Maps/Classes/ContextViews.h2
-rwxr-xr-xiphone/Maps/Classes/ContextViews.mm2
-rw-r--r--iphone/Maps/Classes/CustomViews/MapViewControls/Welcome/MWMWelcomeController.h2
-rw-r--r--iphone/Maps/Classes/Editor/OpeningHours/MWMOpeningHoursCommon.h2
-rw-r--r--iphone/Maps/Classes/Framework/Framework.cpp2
-rw-r--r--iphone/Maps/Classes/Framework/Framework.h2
-rw-r--r--iphone/Maps/Classes/Framework/MWMFrameworkObservers.h2
-rw-r--r--iphone/Maps/Classes/Search/MWMSearchObserver.h2
-rw-r--r--iphone/Maps/Classes/Share/MWMShareActivityItem.mm2
-rw-r--r--iphone/Maps/MyTargetSDK.framework/Headers/MTRGMediaData.h2
-rw-r--r--iphone/Maps/MyTargetSDK.framework/Headers/MTRGNativeAppwallBanner.h2
-rw-r--r--iphone/Maps/Platform/opengl/iosOGLContext.h2
-rw-r--r--iphone/Maps/Platform/opengl/iosOGLContext.mm2
-rw-r--r--iphone/Maps/Settings/MWMSettingsViewController.mm2
-rw-r--r--iphone/Maps/Statistics/Statistics.mm2
21 files changed, 21 insertions, 21 deletions
diff --git a/iphone/Maps/Categories/NSString+Categories.h b/iphone/Maps/Categories/NSString+Categories.h
index 5a3cf58c5f..e0584cd727 100644
--- a/iphone/Maps/Categories/NSString+Categories.h
+++ b/iphone/Maps/Categories/NSString+Categories.h
@@ -10,4 +10,4 @@
- (vector<NSRange>)rangesOfString:(NSString *)aString;
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Categories/NSString+Categories.mm b/iphone/Maps/Categories/NSString+Categories.mm
index b78aa1f485..2337ee9123 100644
--- a/iphone/Maps/Categories/NSString+Categories.mm
+++ b/iphone/Maps/Categories/NSString+Categories.mm
@@ -31,4 +31,4 @@
return r;
}
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Categories/TimeUtils.h b/iphone/Maps/Categories/TimeUtils.h
index 78d99ce4be..5a285bb209 100644
--- a/iphone/Maps/Categories/TimeUtils.h
+++ b/iphone/Maps/Categories/TimeUtils.h
@@ -5,4 +5,4 @@
+ (NSString *)estimatedArrivalTimeWithSeconds:(NSTimeInterval)seconds;
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Categories/TimeUtils.mm b/iphone/Maps/Categories/TimeUtils.mm
index b5929fac70..a1867b9beb 100644
--- a/iphone/Maps/Categories/TimeUtils.mm
+++ b/iphone/Maps/Categories/TimeUtils.mm
@@ -22,4 +22,4 @@
}
}
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Categories/UIKitCategories.h b/iphone/Maps/Categories/UIKitCategories.h
index 47d560920f..f45fef4b53 100644
--- a/iphone/Maps/Categories/UIKitCategories.h
+++ b/iphone/Maps/Categories/UIKitCategories.h
@@ -115,4 +115,4 @@ typedef void (^MWMAlertViewCompletionBlock) (UIAlertView * alertView, NSInteger
+ (UIImage *)imageWithColor:(UIColor *)color;
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Classes/Components/MWMViewController.mm b/iphone/Maps/Classes/Components/MWMViewController.mm
index d69b4c6e0b..6510b7bb67 100644
--- a/iphone/Maps/Classes/Components/MWMViewController.mm
+++ b/iphone/Maps/Classes/Components/MWMViewController.mm
@@ -59,4 +59,4 @@
return _alertController;
}
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Classes/ContextViews.h b/iphone/Maps/Classes/ContextViews.h
index 19bdb71f4e..f8a9cd0827 100755
--- a/iphone/Maps/Classes/ContextViews.h
+++ b/iphone/Maps/Classes/ContextViews.h
@@ -3,4 +3,4 @@
@interface CopyLabel : UILabel
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Classes/ContextViews.mm b/iphone/Maps/Classes/ContextViews.mm
index 8ca2dbc54e..f1a98b4ef1 100755
--- a/iphone/Maps/Classes/ContextViews.mm
+++ b/iphone/Maps/Classes/ContextViews.mm
@@ -27,4 +27,4 @@
[UIPasteboard generalPasteboard].string = self.text;
}
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/Welcome/MWMWelcomeController.h b/iphone/Maps/Classes/CustomViews/MapViewControls/Welcome/MWMWelcomeController.h
index c9d55f02b1..77b0a20463 100644
--- a/iphone/Maps/Classes/CustomViews/MapViewControls/Welcome/MWMWelcomeController.h
+++ b/iphone/Maps/Classes/CustomViews/MapViewControls/Welcome/MWMWelcomeController.h
@@ -20,4 +20,4 @@
@end
-using TMWMWelcomeConfigBlock = void (^)(MWMWelcomeController * controller); \ No newline at end of file
+using TMWMWelcomeConfigBlock = void (^)(MWMWelcomeController * controller);
diff --git a/iphone/Maps/Classes/Editor/OpeningHours/MWMOpeningHoursCommon.h b/iphone/Maps/Classes/Editor/OpeningHours/MWMOpeningHoursCommon.h
index e35abf8673..2913cd4f1a 100644
--- a/iphone/Maps/Classes/Editor/OpeningHours/MWMOpeningHoursCommon.h
+++ b/iphone/Maps/Classes/Editor/OpeningHours/MWMOpeningHoursCommon.h
@@ -6,4 +6,4 @@ NSDateComponents * dateComponentsFromTime(osmoh::Time const & time);
NSDate * dateFromTime(osmoh::Time const & time);
NSString * stringFromTime(osmoh::Time const & time);
-NSString * stringFromOpeningDays(editor::ui::TOpeningDays const & openingDays); \ No newline at end of file
+NSString * stringFromOpeningDays(editor::ui::TOpeningDays const & openingDays);
diff --git a/iphone/Maps/Classes/Framework/Framework.cpp b/iphone/Maps/Classes/Framework/Framework.cpp
index 56f6a7019c..7a0f745ec9 100644
--- a/iphone/Maps/Classes/Framework/Framework.cpp
+++ b/iphone/Maps/Classes/Framework/Framework.cpp
@@ -13,4 +13,4 @@ void DeleteFramework()
{
delete g_framework;
g_framework = nullptr;
-} \ No newline at end of file
+}
diff --git a/iphone/Maps/Classes/Framework/Framework.h b/iphone/Maps/Classes/Framework/Framework.h
index caa51d915d..4b8e720c7e 100644
--- a/iphone/Maps/Classes/Framework/Framework.h
+++ b/iphone/Maps/Classes/Framework/Framework.h
@@ -6,4 +6,4 @@
/// Creates framework at first access
Framework & GetFramework();
/// Releases framework resources
-void DeleteFramework(); \ No newline at end of file
+void DeleteFramework();
diff --git a/iphone/Maps/Classes/Framework/MWMFrameworkObservers.h b/iphone/Maps/Classes/Framework/MWMFrameworkObservers.h
index 8a28e284a8..bc230eb01e 100644
--- a/iphone/Maps/Classes/Framework/MWMFrameworkObservers.h
+++ b/iphone/Maps/Classes/Framework/MWMFrameworkObservers.h
@@ -33,4 +33,4 @@ using namespace storage;
- (void)processViewportCountryEvent:(TCountryId const &)countryId;
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Classes/Search/MWMSearchObserver.h b/iphone/Maps/Classes/Search/MWMSearchObserver.h
index 3f87078dbb..dbd087b116 100644
--- a/iphone/Maps/Classes/Search/MWMSearchObserver.h
+++ b/iphone/Maps/Classes/Search/MWMSearchObserver.h
@@ -5,4 +5,4 @@
- (void)onSearchCompleted;
- (void)onSearchResultsUpdated;
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Classes/Share/MWMShareActivityItem.mm b/iphone/Maps/Classes/Share/MWMShareActivityItem.mm
index c6e3e878a2..b68bf35518 100644
--- a/iphone/Maps/Classes/Share/MWMShareActivityItem.mm
+++ b/iphone/Maps/Classes/Share/MWMShareActivityItem.mm
@@ -149,4 +149,4 @@ NSString * httpGe0Url(NSString * shortUrl)
: L(@"bookmark_share_email_subject");
}
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/MyTargetSDK.framework/Headers/MTRGMediaData.h b/iphone/Maps/MyTargetSDK.framework/Headers/MTRGMediaData.h
index 5420908229..9fc88586bd 100644
--- a/iphone/Maps/MyTargetSDK.framework/Headers/MTRGMediaData.h
+++ b/iphone/Maps/MyTargetSDK.framework/Headers/MTRGMediaData.h
@@ -18,4 +18,4 @@
- (instancetype)initWithUrl:(NSString *)url;
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/MyTargetSDK.framework/Headers/MTRGNativeAppwallBanner.h b/iphone/Maps/MyTargetSDK.framework/Headers/MTRGNativeAppwallBanner.h
index 6080079d83..11e72edaa0 100644
--- a/iphone/Maps/MyTargetSDK.framework/Headers/MTRGNativeAppwallBanner.h
+++ b/iphone/Maps/MyTargetSDK.framework/Headers/MTRGNativeAppwallBanner.h
@@ -36,4 +36,4 @@
@property(nonatomic) MTRGImageData *bubbleIcon;
@property(nonatomic) MTRGImageData *gotoAppIcon;
@property(nonatomic) MTRGImageData *itemHighlightIcon;
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Platform/opengl/iosOGLContext.h b/iphone/Maps/Platform/opengl/iosOGLContext.h
index 41127e68df..a6e64e8f16 100644
--- a/iphone/Maps/Platform/opengl/iosOGLContext.h
+++ b/iphone/Maps/Platform/opengl/iosOGLContext.h
@@ -38,4 +38,4 @@ private:
//@} buffers
atomic<bool> m_presentAvailable;
-}; \ No newline at end of file
+};
diff --git a/iphone/Maps/Platform/opengl/iosOGLContext.mm b/iphone/Maps/Platform/opengl/iosOGLContext.mm
index 7d88b5aae9..74e81a5cd3 100644
--- a/iphone/Maps/Platform/opengl/iosOGLContext.mm
+++ b/iphone/Maps/Platform/opengl/iosOGLContext.mm
@@ -134,4 +134,4 @@ void iosOGLContext::destroyBuffers()
m_hasBuffers = false;
}
-} \ No newline at end of file
+}
diff --git a/iphone/Maps/Settings/MWMSettingsViewController.mm b/iphone/Maps/Settings/MWMSettingsViewController.mm
index 150086a39e..2a140cfb28 100644
--- a/iphone/Maps/Settings/MWMSettingsViewController.mm
+++ b/iphone/Maps/Settings/MWMSettingsViewController.mm
@@ -286,4 +286,4 @@ extern NSString * const kAlohalyticsTapEventKey;
}
}
-@end \ No newline at end of file
+@end
diff --git a/iphone/Maps/Statistics/Statistics.mm b/iphone/Maps/Statistics/Statistics.mm
index 40b2b6caf6..0ead4ee3c5 100644
--- a/iphone/Maps/Statistics/Statistics.mm
+++ b/iphone/Maps/Statistics/Statistics.mm
@@ -195,4 +195,4 @@ char const * kStatisticsEnabledSettingsKey = "StatisticsEnabled";
[[self instance] logEvent:eventName withParameters:parameters atLocation:location];
}
-@end \ No newline at end of file
+@end