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:
Christopher Snowhill 2025-06-20 19:37:24 -07:00
parent 2fb59552a7
commit b8b52e4164

View file

@ -120,9 +120,9 @@ NSString *CogPlaybackDidStopNotificiation = @"CogPlaybackDidStopNotificiation";
- (void)initDefaults { - (void)initDefaults {
NSDictionary *defaultsDictionary = @{ @"volume": @(75.0), NSDictionary *defaultsDictionary = @{ @"volume": @(75.0),
@"pitch": @(1.0), @"pitch": @(1.0),
@"tempo": @(1.0), @"tempo": @(1.0),
@"speedLock": @(YES), @"speedLock": @(YES),
@"GraphicEQenable": @(NO), @"GraphicEQenable": @(NO),
@"GraphicEQpreset": @(-1), @"GraphicEQpreset": @(-1),
@"GraphicEQtrackgenre": @(NO), @"GraphicEQtrackgenre": @(NO),