X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/f2b0d96803579e18b734728916b484828d895e16..3e6ffde0979aded206bb6741114253dc0615cc9c:/ITHotKey.m diff --git a/ITHotKey.m b/ITHotKey.m index bf411f9..0e2ddc3 100755 --- a/ITHotKey.m +++ b/ITHotKey.m @@ -14,9 +14,7 @@ - (id)init { - self = [super init]; - - if( self ) + if ( (self = [super init]) ) { [self setKeyCombo: [ITKeyCombo clearKeyCombo]]; } @@ -34,7 +32,9 @@ - (NSString*)description { - return [NSString stringWithFormat: @"<%@: %@>", NSStringFromClass( [self class] ), [self keyCombo]]; + return [NSString stringWithFormat: @"<%@: %@>", + NSStringFromClass( [self class] ), + [self keyCombo]]; } #pragma mark -