Defaults: Normalize whitespace
Whoops, this whitespace got messed with a long time ago. It should be scripted to do whitespace checking before push, but I neglected setting that up. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
2fb59552a7
commit
b8b52e4164
1 changed files with 3 additions and 3 deletions
|
@ -120,9 +120,9 @@ NSString *CogPlaybackDidStopNotificiation = @"CogPlaybackDidStopNotificiation";
|
|||
|
||||
- (void)initDefaults {
|
||||
NSDictionary *defaultsDictionary = @{ @"volume": @(75.0),
|
||||
@"pitch": @(1.0),
|
||||
@"tempo": @(1.0),
|
||||
@"speedLock": @(YES),
|
||||
@"pitch": @(1.0),
|
||||
@"tempo": @(1.0),
|
||||
@"speedLock": @(YES),
|
||||
@"GraphicEQenable": @(NO),
|
||||
@"GraphicEQpreset": @(-1),
|
||||
@"GraphicEQtrackgenre": @(NO),
|
||||
|
|
Loading…
Reference in a new issue