diff options
| author | Tomáš Znamenáček | 2014-08-07 14:04:32 +0200 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-07 15:42:22 +0100 | 
| commit | 6128e529ea5c0d09de65dcbbc00a299f6b871735 (patch) | |
| tree | 319c8bd2a99055a6185c3c742fb1caa9531cecd9 /Framework/MASShortcutView+Bindings.m | |
| parent | 80808eb6d7590dc2f4ed0bd3f5873c7472010a7b (diff) | |
| download | MASShortcut-6128e529ea5c0d09de65dcbbc00a299f6b871735.tar.bz2 | |
Whitespace fixes.
Diffstat (limited to 'Framework/MASShortcutView+Bindings.m')
| -rw-r--r-- | Framework/MASShortcutView+Bindings.m | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Framework/MASShortcutView+Bindings.m b/Framework/MASShortcutView+Bindings.m index 7a6064c..d8e10bc 100644 --- a/Framework/MASShortcutView+Bindings.m +++ b/Framework/MASShortcutView+Bindings.m @@ -4,7 +4,7 @@  - (NSString*) associatedUserDefaultsKey  { -	NSDictionary* bindingInfo = [self infoForBinding:MASShortcutBinding]; +    NSDictionary* bindingInfo = [self infoForBinding:MASShortcutBinding];      if (bindingInfo != nil) {          NSString *keyPath = [bindingInfo objectForKey:NSObservedKeyPathKey];          NSString *key = [keyPath stringByReplacingOccurrencesOfString:@"values." withString:@""]; | 
