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

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-09-03 19:02:07 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-09-03 19:02:07 +0300
commit4443337f383152b7234920ada5728e4a0c11eb42 (patch)
tree2f7340eed89072dfe9237b6d480763a2995cc7a3
parentb915c35be0b5c1a57e86e47fba96bc2f26aea2cd (diff)
MKServices: use tabs for all indentation.
-rw-r--r--src/MKServices.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MKServices.m b/src/MKServices.m
index 12bcc6f..8cb6ce0 100644
--- a/src/MKServices.m
+++ b/src/MKServices.m
@@ -19,7 +19,7 @@
}
+ (NSURL *) regionalServerListURL {
- return [NSURL URLWithString:[MKServices regionalServerList]];
+ return [NSURL URLWithString:[MKServices regionalServerList]];
}
@end