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:
authorAlex Zolotarev <deathbaba@gmail.com>2013-01-10 19:27:13 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:48:33 +0300
commitef8e9ca4f656db7d107583d1ca707f1e489adc77 (patch)
tree750f7cf35b278ae5f7865914625cfd21253723c7 /iphone
parent99c5f0f47dcea9d11fb27389e5310a7b1bc6cd34 (diff)
[ios] Minor formatting fix
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Bookmarks/BookmarksVC.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Bookmarks/BookmarksVC.mm b/iphone/Maps/Bookmarks/BookmarksVC.mm
index 66455094d2..e7fdb28569 100644
--- a/iphone/Maps/Bookmarks/BookmarksVC.mm
+++ b/iphone/Maps/Bookmarks/BookmarksVC.mm
@@ -30,7 +30,7 @@
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
- return YES;
+ return YES;
}
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView