summaryrefslogtreecommitdiff
path: root/navit/iphone
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2019-10-29 15:14:23 -0700
committerGitHub <noreply@github.com>2019-10-29 15:14:23 -0700
commitc0a7ca3b532251ef0334f84c17a19274f501969c (patch)
treeef5adcbab64bd158e30836fe6d91058b6c1cce0c /navit/iphone
parent91c085e7f9e0e31eaedd9926b3682d980587333c (diff)
downloadnavit-c0a7ca3b532251ef0334f84c17a19274f501969c.tar.gz
cleanup:qt:Whitespaces and blank lines cleanup according to cpplint (#930)
* cleanup:qt:Whitespaces and blank lines cleanup according to cpplint * More blank lines * Yet another one [skip-ci] * Another few fixes * Weird use case. Do we need this protected declaration?
Diffstat (limited to 'navit/iphone')
-rw-r--r--navit/iphone/downloader/Classes/DownloaderDetailViewController.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/navit/iphone/downloader/Classes/DownloaderDetailViewController.h b/navit/iphone/downloader/Classes/DownloaderDetailViewController.h
index a7238e8ed..33c397304 100644
--- a/navit/iphone/downloader/Classes/DownloaderDetailViewController.h
+++ b/navit/iphone/downloader/Classes/DownloaderDetailViewController.h
@@ -10,11 +10,8 @@
@interface DownloaderDetailViewController : UIViewController {
-
@private
- NSDictionary *locationName_;
-
-
+ NSDictionary *locationName_;
}
@property(nonatomic, retain) NSDictionary *locationName;