- carbonHotKey = [self _carbonHotKeyForHotKey: hotKey];
- NSAssert( carbonHotKey != nil, @"" );
-
- err = UnregisterEventHotKey( carbonHotKey );
- //Watch as we ignore 'err':
-
- key = [NSValue valueWithPointer: carbonHotKey];
- [mHotKeys removeObjectForKey: key];
+ carbonHotKey = [self _carbonHotKeyForHotKey:hotKey];
+ NSAssert(carbonHotKey, @"");
+
+ err = UnregisterEventHotKey(carbonHotKey);
+
+ key = [NSValue valueWithPointer:carbonHotKey];
+ [mHotKeys removeObjectForKey:key];